mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 738766 - Marionette's log() now also dump()'s, r=mdas
This commit is contained in:
parent
81d4da6416
commit
b1e0f31a55
@ -36,6 +36,7 @@ Marionette.prototype = {
|
||||
},
|
||||
|
||||
log: function Marionette__log(msg, level) {
|
||||
dump("MARIONETTE LOG: " + (level ? level : "INFO") + ": " + msg);
|
||||
if (this.logObj != null) {
|
||||
this.logObj.log(msg, level);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user