Skip to content

Commit cd60ff0

Browse files
JacksonTiansilverwind
authored andcommitted
net: add fd into listen2 debug info
Add fd into debug message. PR-URL: #1442 Reviewed-By: Jeremiah Senkpiel <[email protected]> Reviewed-By: Roman Reiss <[email protected]>
1 parent 91943a9 commit cd60ff0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/net.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1128,7 +1128,7 @@ var createServerHandle = exports._createServerHandle =
11281128

11291129

11301130
Server.prototype._listen2 = function(address, port, addressType, backlog, fd) {
1131-
debug('listen2', address, port, addressType, backlog);
1131+
debug('listen2', address, port, addressType, backlog, fd);
11321132
var self = this;
11331133

11341134
// If there is not yet a handle, we need to create one and bind.

0 commit comments

Comments
 (0)