[xiph-commits] r8366 - trunk/icecast2yp/src
oddsock at motherfish-iii.xiph.org
oddsock at motherfish-iii.xiph.org
Fri Dec 10 13:47:52 PST 2004
Author: oddsock
Date: 2004-12-10 13:47:52 -0800 (Fri, 10 Dec 2004)
New Revision: 8366
Modified:
trunk/icecast2yp/src/yp_cgi.c
Log:
default to ERROR, not DEBUG
Modified: trunk/icecast2yp/src/yp_cgi.c
===================================================================
--- trunk/icecast2yp/src/yp_cgi.c 2004-12-10 21:45:59 UTC (rev 8365)
+++ trunk/icecast2yp/src/yp_cgi.c 2004-12-10 21:47:52 UTC (rev 8366)
@@ -33,7 +33,7 @@
int use_listingIP = 0;
- setErrorType(LM_DEBUG);
+ setErrorType(LM_ERROR);
setLogFile(YP_LOGDIR"yp_cgi.log");
memset(error, '\000', sizeof(error));
memset(listing_ip, '\000', sizeof(listing_ip));
More information about the commits
mailing list