]> arthur.barton.de Git - ngircd.git/blobdiff - src/ngircd/parse.c
remove unneeded LOG_DEBUG when not compiling with DEBUG support
[ngircd.git] / src / ngircd / parse.c
index ec856a0c28fc05ff33b5d1930c79ee4bdb3f75b1..6801997141b64740a0776a4b8e0888df54fbdc67 100644 (file)
@@ -180,7 +180,7 @@ Parse_Request( CONN_ID Idx, char *Request )
                ptr = strchr( Request, ' ' );
                if( ! ptr )
                {
-                       Log( LOG_DEBUG, "Connection %d: Parse error: prefix without command!?", Idx );
+                       LogDebug("Connection %d: Parse error: prefix without command!?", Idx);
                        return Conn_WriteStr( Idx, "ERROR :Prefix without command!?" );
                }
                *ptr = '\0';