Skip to content

Commit 6935841

Browse files
committed
better debug log
1 parent 14d3b5f commit 6935841

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
@@ -130,7 +130,7 @@ Server.prototype.listen = function (/* port, hostname, onlistening */) {
130130
var port = toNumber(arguments[0]) || arguments[0] || 0
131131
var hostname = typeof arguments[1] !== 'function' ? arguments[1] : undefined
132132

133-
debug('listen %o %o', port, hostname)
133+
debug('listen port: %o hostname: %o', port, hostname)
134134

135135
function isObject (obj) {
136136
return typeof obj === 'object' && obj !== null

0 commit comments

Comments
 (0)