fullnode: less spam.

This commit is contained in:
Christopher Jeffrey 2016-08-24 10:11:02 -07:00
parent 150c09786a
commit 86cf01f927
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD

View File

@ -179,6 +179,8 @@ Fullnode.prototype._init = function _init() {
});
this.pool.on('error', function(err) {
if (err.reason === 'insufficient priority')
return self.logger.spam(err.message);
self._error(err);
});