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:
smontagu%smontagu.org
2006-05-21 07:05:12 +00:00
parent dc415d39be
commit 1891356f69

View File

@@ -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";