Disable error logging from weave crypto. rs=mconnor, a=bustage fix

This commit is contained in:
Mark Finkle 2010-08-13 15:31:00 +12:00
parent fde29262a3
commit 7ac77285c9

View File

@ -269,7 +269,7 @@ WeaveSvc.prototype = {
if (!this._checkCrypto()) {
this.enabled = false;
this._log.error("Could not load the Weave crypto component. Disabling " +
this._log.info("Could not load the Weave crypto component. Disabling " +
"Weave, since it will not work correctly.");
}