diff --git a/lib/connection.js b/lib/connection.js index a2e3ae0..7571c4e 100644 --- a/lib/connection.js +++ b/lib/connection.js @@ -44,7 +44,7 @@ module.exports = function (ccg) { client = net.connect({port: self.options.port, host: self.options.host}); client.on("connect", function () { - self.log("Connected to", self.options.address, self.options.port); + self.log("Connected to", self.options.host, self.options.port); self.connected = true; if (cb) {