Bug 577565: downgrade forms log message. r=philiKON

This commit is contained in:
Richard Newman 2011-03-24 21:34:01 -07:00
parent 77d7c794ad
commit 61fd5fd9b2

View File

@ -231,7 +231,7 @@ FormStore.prototype = {
},
update: function FormStore_update(record) {
this._log.warn("Ignoring form record update request!");
this._log.trace("Ignoring form record update request!");
},
wipe: function FormStore_wipe() {