Skip to content

Commit

Permalink
net: add fd into listen2 debug info
Browse files Browse the repository at this point in the history
Add fd into debug message.

PR-URL: #1442

Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
Reviewed-By: Roman Reiss <me@silverwind.io>
  • Loading branch information
JacksonTian authored and silverwind committed Apr 16, 2015
1 parent 91943a9 commit cd60ff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/net.js
Original file line number Diff line number Diff line change
Expand Up @@ -1128,7 +1128,7 @@ var createServerHandle = exports._createServerHandle =


Server.prototype._listen2 = function(address, port, addressType, backlog, fd) {
debug('listen2', address, port, addressType, backlog);
debug('listen2', address, port, addressType, backlog, fd);
var self = this;

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

0 comments on commit cd60ff0

Please sign in to comment.