- irc.c:m_perform(): cosmetical changes to connection logging so it doesn't look...
authormichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>
Mon, 12 Jan 2015 20:12:46 +0000 (20:12 +0000)
committermichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>
Mon, 12 Jan 2015 20:12:46 +0000 (20:12 +0000)
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5366 82007160-df01-0410-b94d-b575c5fd34c7

src/irc.c

index 50a9c4e3c461712faca2a7d655449871fdcef390..41dde665b5767d64cb497e05987572a39b5f9351 100644 (file)
--- a/src/irc.c
+++ b/src/irc.c
@@ -668,7 +668,7 @@ m_perform(char *parv[], unsigned int parc, char *msg, const struct UserInfo *not
 {
   node_t *node;
 
-  log_printf("IRC -> Connected to %s:%d", IRCItem->server, IRCItem->port);
+  log_printf("IRC -> Connected to %s/%d", IRCItem->server, IRCItem->port);
 
   /* Identify to nickserv if needed */
   if (!EmptyString(IRCItem->nickserv))