Matias Alejo Garcia
7 years ago
No known key found for this signature in database
GPG Key ID: 2470DB551277AB3
1 changed files with
1 additions and
1 deletions
-
lib/server.js
|
@ -290,7 +290,7 @@ WalletService.prototype.logw = function() { |
|
|
|
|
|
|
|
|
var args = [].slice.call(arguments); |
|
|
var args = [].slice.call(arguments); |
|
|
args.unshift('<' + this.walletId + '>'); |
|
|
args.unshift('<' + this.walletId + '>'); |
|
|
log.info.apply(this, args); |
|
|
log.warn.apply(this, args); |
|
|
}; |
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|