Use debug() instead of dump() for debugging messages. Bug 338139, r=brettw, a=darin
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@198109 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -40,7 +40,7 @@ const Ci = Components.interfaces;
|
||||
const Cr = Components.results;
|
||||
|
||||
function LOG(str) {
|
||||
dump("*** " + str + "\n");
|
||||
debug("*** " + str + "\n");
|
||||
}
|
||||
|
||||
const WCCR_CONTRACTID = "@mozilla.org/web-content-handler-registrar;1";
|
||||
|
||||
Reference in New Issue
Block a user