peer: minor.

This commit is contained in:
Christopher Jeffrey 2017-01-21 03:49:44 -08:00
parent 26f6185097
commit 4008caff51
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD

View File

@ -328,7 +328,7 @@ Peer.prototype.setCipher = function setCipher(cipher) {
if (self.destroyed)
return;
self.logger.debug('Rekeying with peer (%s).', self.hostname);
self.logger.debug('Rekeying with peer (%s).', self.hostname());
self.send(self.bip151.toRekey());
});