# HG changeset patch # User Andrew O. Shadoura # Date 1215822913 -10800 # Node ID 2a1f58c9bf840ed4bddc6de86ae0aa5f3aba44e0 # Parent 720e33771f245fa620d980f2f25b400fbed39b1a little more glib logging diff -r 720e33771f24 -r 2a1f58c9bf84 src/icecast/icecast.c --- 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; }