From: pk910 Date: Wed, 10 Aug 2011 02:24:25 +0000 (+0200) Subject: commented out a parse error output X-Git-Tag: v5.3~622 X-Git-Url: http://git.pk910.de/?a=commitdiff_plain;h=5eaae89af9d95569ec69ab0beb99e0eeffaec9bc;p=NeonServV5.git commented out a parse error output --- diff --git a/IRCParser.c b/IRCParser.c index f60d2aa..30ecfc6 100644 --- a/IRCParser.c +++ b/IRCParser.c @@ -78,7 +78,7 @@ static void parse_raw(struct ClientSocket *client, char *from, char *cmd, char * } } if(!ret) { - fprintf(stderr,"PARSE ERROR: %s", cmd); + //fprintf(stderr,"PARSE ERROR: %s", cmd); commented out right now - we're still developing and this is very spammy } }