diff --git a/lib/tls.js b/lib/tls.js index db6807e06c..d5542583ba 100644 --- a/lib/tls.js +++ b/lib/tls.js @@ -773,6 +773,7 @@ Server.prototype.setOptions = function(options) { // // TODO: make port, host part of options! exports.connect = function(port /* host, options, cb */) { + debug('tls.connect called with ' + JSON.stringify(arguments)); // parse args var host, options = {}, cb; for (var i = 1; i < arguments.length; i++) {