Skip to content
This repository has been archived by the owner on Sep 5, 2020. It is now read-only.

Commit

Permalink
Fixing log message (#3127)
Browse files Browse the repository at this point in the history
* Fixing log message

* Logging the whole object
  • Loading branch information
evertonfraga authored and frozeman committed Oct 4, 2017
1 parent bb5ec1d commit 9e33254
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/ethereumNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ class EthereumNode extends EventEmitter {
error.tag = UNABLE_TO_BIND_PORT_ERROR;
}

log.debug(err.message);
log.debug(error);

return reject(error);
}
Expand Down

0 comments on commit 9e33254

Please sign in to comment.