We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 286a5bc commit 8f3d3f7Copy full SHA for 8f3d3f7
lib/connectors/sentinel_connector.js
@@ -76,6 +76,7 @@ SentinelConnector.prototype.connect = function (callback, eventEmitter) {
76
return;
77
}
78
if (resolved) {
79
+ debug('resolved: %s:%s', resolved.host, resolved.port);
80
_this.stream = net.createConnection(resolved);
81
callback(null, _this.stream);
82
} else if (err) {
0 commit comments