Skip to content

Commit 9c2b71f

Browse files
committed
fix listen debug log
1 parent 3e1299b commit 9c2b71f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ Server.prototype.listen = function (/* port, hostname, onlistening */) {
116116

117117
if (self.listening) throw new Error('server already listening')
118118

119-
debug('listen %o %s', port, hostname)
119+
debug('listen %o %o', port, hostname)
120120

121121
// ATTENTION:
122122
// binding to :: only receives IPv4 connections if the bindv6only

0 commit comments

Comments
 (0)