Add extra debug print statement to tls.js
This commit is contained in:
parent
a91b140963
commit
340291c085
@ -773,6 +773,7 @@ Server.prototype.setOptions = function(options) {
|
|||||||
//
|
//
|
||||||
// TODO: make port, host part of options!
|
// TODO: make port, host part of options!
|
||||||
exports.connect = function(port /* host, options, cb */) {
|
exports.connect = function(port /* host, options, cb */) {
|
||||||
|
debug('tls.connect called with ' + JSON.stringify(arguments));
|
||||||
// parse args
|
// parse args
|
||||||
var host, options = {}, cb;
|
var host, options = {}, cb;
|
||||||
for (var i = 1; i < arguments.length; i++) {
|
for (var i = 1; i < arguments.length; i++) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user