From 7ac77285c9f91b2884d5366b5248a39e9fcc40df Mon Sep 17 00:00:00 2001 From: Mark Finkle Date: Fri, 13 Aug 2010 15:31:00 +1200 Subject: [PATCH] Disable error logging from weave crypto. rs=mconnor, a=bustage fix --- services/sync/modules/service.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/sync/modules/service.js b/services/sync/modules/service.js index aef2258403d..8b92a7d39c5 100644 --- a/services/sync/modules/service.js +++ b/services/sync/modules/service.js @@ -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."); }