Closed
Bug 85295
Opened 23 years ago
Closed 23 years ago
plugin registration on unix needs to shut the hell up
Categories
(Core Graveyard :: Plug-ins, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: blizzard, Assigned: blizzard)
References
Details
Plugin registration on unix needs to be more quiet.
Index: nsPluginsDirUnix.cpp
===================================================================
RCS file: /cvsroot/mozilla/modules/plugin/nglsrc/nsPluginsDirUnix.cpp,v
retrieving revision 1.7
diff -u -r1.7 nsPluginsDirUnix.cpp
--- nsPluginsDirUnix.cpp 2001/02/07 01:38:52 1.7
+++ nsPluginsDirUnix.cpp 2001/06/11 21:50:44
@@ -305,10 +305,10 @@
if(descr)
*descr++=0;
-//#ifdef NS_DEBUG
+#ifdef DEBUG_av
printf("Registering plugin %d for: \"%s\",\"%s\",\"%s\"\n",
i, mtype,descr ? descr : "null",exten ? exten : "null");
-//#endif
+#endif /* DEBUG_av */
if(!*mtype && !descr && !exten) {
i--;
Assignee | ||
Comment 1•23 years ago
|
||
Looking for reviews/super-reviews/rubber stamps on this one. It's dead simple.
Assignee: av → blizzard
Assignee | ||
Comment 3•23 years ago
|
||
I'm just being sarcastic. :)
Comment 5•23 years ago
|
||
a= asa@mozilla.org for checkin to the trunk.
(on behalf of drivers)
Blocks: 83989
Assignee | ||
Comment 6•23 years ago
|
||
Checked in.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Updated•3 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•