]> jfr.im git - irc/hexchat/hexchat.git/commitdiff
Fix building on old glib
authorPatrick Griffis <redacted>
Mon, 28 Mar 2016 05:35:40 +0000 (01:35 -0400)
committerPatrick Griffis <redacted>
Mon, 28 Mar 2016 05:36:02 +0000 (01:36 -0400)
src/common/plugin-identd.c

index b3e2b062729e1deea6680efe98074076609d30a9..2eb852e06241b4ab1f51726caf0cc58fa2fa21da 100644 (file)
@@ -146,7 +146,7 @@ identd_read_ready (GDataInputStream *in_stream, GAsyncResult *res, ident_info *i
                if (!local || !remote || local > G_MAXUINT16 || remote > G_MAXUINT16)
                {
                        g_strlcat (buf, "ERROR : INVALID-PORT\r\n", sizeof (buf));
-                       g_info ("Identd: Recieved invalid port");
+                       g_debug ("Identd: Recieved invalid port");
                }
                else
                {
@@ -154,7 +154,7 @@ identd_read_ready (GDataInputStream *in_stream, GAsyncResult *res, ident_info *i
                        if (!info->username)
                        {
                                g_strlcat (buf, "ERROR : NO-USER\r\n", sizeof (buf));
-                               g_info ("Identd: Recieved invalid local port");
+                               g_debug ("Identd: Recieved invalid local port");
                        }
                        else
                        {