From 42f41aefa0083ec005b63bf4809a3688700b9d0b Mon Sep 17 00:00:00 2001 From: Patrick Balsiger Date: Fri, 23 Nov 2018 15:34:21 +0100 Subject: [PATCH] foo --- src/IrcPlugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/IrcPlugin.cpp b/src/IrcPlugin.cpp index a8800ee..724d57a 100644 --- a/src/IrcPlugin.cpp +++ b/src/IrcPlugin.cpp @@ -63,7 +63,7 @@ void IrcPlugin::connect() { if (!client->connected()) { - PRINT_MSG(Serial, "IRC", String("Attempting connection to " + server).c_str()); + PRINT_MSG(Serial, "IRC", String("Attempting connection to " + server + ":" + String(port)).c_str()); PRINT_MSG(Serial, "IRC", String("NICK " + nick).c_str()); PRINT_MSG(Serial, "IRC", String("USER " + user).c_str()); if (client->connect(nick.c_str(), user.c_str()))