commented out a parse error output
authorpk910 <philipp@zoelle1.de>
Wed, 10 Aug 2011 02:24:25 +0000 (04:24 +0200)
committerpk910 <philipp@zoelle1.de>
Wed, 10 Aug 2011 02:24:25 +0000 (04:24 +0200)
IRCParser.c

index f60d2aafd98ad302ec80a3bc724f14e2bde140e0..30ecfc6c44e5b7ad9edabec1d57ee07904367143 100644 (file)
@@ -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
     }
 }