fix logs
This commit is contained in:
parent
96c8867762
commit
6e45aca517
2 changed files with 2 additions and 2 deletions
|
|
@ -868,7 +868,7 @@ Wallet.prototype.netStart = function() {
|
|||
|
||||
|
||||
if (net.started) {
|
||||
log.debug('Wallet:' + self.id + ' Wallet networking was ready')
|
||||
log.debug('Wallet:' + self.getName() + ': Wallet networking was ready')
|
||||
self.emitAndKeepAlive('ready', net.getPeer());
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue