mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-03 20:49:27 +00:00
Bug 777810 - MOZSETTINGS-SET-WARNING: _____ is not in the database. Please add it to build/settings.js. r=dougt
This commit is contained in:
parent
3e80396ca2
commit
bc37132f74
@ -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 = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user