fix listen debug log

This commit is contained in:
Feross Aboukhadijeh 2015-05-03 20:38:18 -07:00
parent 3e1299b217
commit 9c2b71fef1

View File

@ -116,7 +116,7 @@ Server.prototype.listen = function (/* port, hostname, onlistening */) {
if (self.listening) throw new Error('server already listening') if (self.listening) throw new Error('server already listening')
debug('listen %o %s', port, hostname) debug('listen %o %o', port, hostname)
// ATTENTION: // ATTENTION:
// binding to :: only receives IPv4 connections if the bindv6only // binding to :: only receives IPv4 connections if the bindv6only