changeset 2804:2a1f58c9bf84

little more glib logging
author Andrew O. Shadoura <bugzilla@tut.by>
date Sat, 12 Jul 2008 03:35:13 +0300
parents 720e33771f24
children 2d3594eaa18a
files src/icecast/icecast.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/icecast/icecast.c	Sat Jul 12 03:06:15 2008 +0300
+++ b/src/icecast/icecast.c	Sat Jul 12 03:35:13 2008 +0300
@@ -321,7 +321,7 @@
         }
     }
 
-    puts("ICE_OPEN");
+    g_debug("ICE_OPEN\n");
     return rv;
 }