changeset 538:f93983482697 trunk

[svn] - remove other debug notices
author nenolod
date Tue, 23 Jan 2007 06:22:01 -0800
parents e55f789573e3
children f17fb87c0288
files ChangeLog src/vorbis/vorbis.c
diffstat 2 files changed, 9 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Tue Jan 23 06:20:09 2007 -0800
+++ b/ChangeLog	Tue Jan 23 06:22:01 2007 -0800
@@ -1,3 +1,12 @@
+2007-01-23 14:20:09 +0000  William Pitcock <nenolod@sacredspiral.co.uk>
+  revision [1160]
+  - treat all failures the same. this is XIPH. we're not going to ever be 
+    able to recover from it.
+  
+  trunk/src/vorbis/vorbis.c |   11 ++++-------
+  1 file changed, 4 insertions(+), 7 deletions(-)
+
+
 2007-01-23 12:34:30 +0000  William Pitcock <nenolod@sacredspiral.co.uk>
   revision [1158]
   - kill dumb debug notice
--- a/src/vorbis/vorbis.c	Tue Jan 23 06:20:09 2007 -0800
+++ b/src/vorbis/vorbis.c	Tue Jan 23 06:22:01 2007 -0800
@@ -513,7 +513,6 @@
             do_seek();
 
         if (vorbis_eos) {
-	    g_print("vorbis_eos true\n");
             xmms_usleep(20000);
             continue;
         }