Bug 777810 - MOZSETTINGS-SET-WARNING: _____ is not in the database. Please add it to build/settings.js. r=dougt

This commit is contained in:
Gregor Wagner 2012-07-26 12:15:47 -07:00
parent 3e80396ca2
commit bc37132f74

View File

@ -60,7 +60,7 @@ SettingsLock.prototype = {
let checkKeyRequest = store.get(key);
checkKeyRequest.onsuccess = function (event) {
if (!event.target.result) {
dump("MOZSETTINGS-SET-WARNING: " + key + " is not in the database. Please add it to build/settings.js\n");
debug("MOZSETTINGS-SET-WARNING: " + key + " is not in the database. Please add it to build/settings.js\n");
}
}
@ -94,7 +94,7 @@ SettingsLock.prototype = {
debug("result: " + JSON.stringify(event.target.result));
if (event.target.result.length == 0) {
dump("MOZSETTINGS-GET-WARNING: " + info.name + " is not in the database. Please add it to build/settings.js\n");
debug("MOZSETTINGS-GET-WARNING: " + info.name + " is not in the database. Please add it to build/settings.js\n");
}
let results = {