Browse Source

fix logw

master
Matias Alejo Garcia 7 years ago
parent
commit
64e5a292e4
No known key found for this signature in database GPG Key ID: 2470DB551277AB3
  1. 2
      lib/server.js

2
lib/server.js

@ -290,7 +290,7 @@ WalletService.prototype.logw = function() {
var args = [].slice.call(arguments);
args.unshift('<' + this.walletId + '>');
log.info.apply(this, args);
log.warn.apply(this, args);
};

Loading…
Cancel
Save