[xiph-cvs] cvs commit: ices/src stream.c

Brendan brendan at xiph.org
Mon Mar 10 19:33:48 PST 2003



brendan     03/03/10 22:33:48

  Modified:    src      stream.c
  Log:
  Accidentally committed log-chewing debug message

Revision  Changes    Path
1.45      +0 -1      ices/src/stream.c

Index: stream.c
===================================================================
RCS file: /cvs/ice/ices/src/stream.c,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- stream.c	10 Mar 2003 22:58:50 -0000	1.44
+++ stream.c	11 Mar 2003 03:33:48 -0000	1.45
@@ -215,7 +215,6 @@
               ices_log_debug ("Output buffer too small, skipping chunk");
             } else if (olen > 0) {
               shout_sync(stream->conn);
-	      ices_log_debug ("Sending %d bytes", olen);
               rc = stream_send_data (stream, obuf, olen);
             }
           }

<p><p>--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the commits mailing list