mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Disable error logging from weave crypto. rs=mconnor, a=bustage fix
This commit is contained in:
parent
fde29262a3
commit
7ac77285c9
@ -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.");
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user