summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--src/common/server.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/server.c b/src/common/server.c
index c2965eb3..e14da237 100644
--- a/src/common/server.c
+++ b/src/common/server.c
@@ -1567,6 +1567,7 @@ server_connect (server *serv, char *hostname, int port, int no_login)
 		if (serv->use_ssl)
 			port = 6697;
 #endif
+		g_debug ("Attempted to connect to invalid port, assuming default port %d", port);
 	}
 
 	if (serv->connected || serv->connecting || serv->recondelay_tag)