[xiph-commits] r8120 - icecast/branches/kh/icecast/src
karl at motherfish-iii.xiph.org
karl at motherfish-iii.xiph.org
Wed Oct 27 06:15:54 PDT 2004
Author: karl
Date: 2004-10-27 06:15:53 -0700 (Wed, 27 Oct 2004)
New Revision: 8120
Modified:
icecast/branches/kh/icecast/src/stats.c
Log:
this event wasn't being logged
Modified: icecast/branches/kh/icecast/src/stats.c
===================================================================
--- icecast/branches/kh/icecast/src/stats.c 2004-10-27 12:57:13 UTC (rev 8119)
+++ icecast/branches/kh/icecast/src/stats.c 2004-10-27 13:15:53 UTC (rev 8120)
@@ -421,7 +421,7 @@
str = (char *)strdup (event->value);
free (node->value);
node->value = str;
- /* DEBUG3 ("update node %s \"%s\" (%d)", node->name, node->value, event->action); */
+ DEBUG2 ("update node %s (%s)", node->name, node->value);
}
More information about the commits
mailing list