[Telepathy-commits] [telepathy-salut/master] transport_buffer_empty_cb: fix debug messsage

Guillaume Desmottes guillaume.desmottes at collabora.co.uk
Fri Dec 12 04:31:08 PST 2008


---
 src/tube-stream.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/tube-stream.c b/src/tube-stream.c
index 290bde6..b45a734 100644
--- a/src/tube-stream.c
+++ b/src/tube-stream.c
@@ -287,7 +287,7 @@ transport_buffer_empty_cb (GibberTransport *transport,
     }
 
   /* Buffer is empty so we can unblock the buffer if it was blocked */
-  DEBUG ("tube buffer isn't empty. Block the bytestream");
+  DEBUG ("tube buffer is empty. Unblock the bytestream");
   gibber_bytestream_iface_block_read (bytestream, FALSE);
 }
 
-- 
1.5.6.5




More information about the Telepathy-commits mailing list