[Telepathy-commits] [telepathy-salut/master] DEBUGs: wording, don't command the person reading the debug output

Alban Crequy alban.crequy at collabora.co.uk
Tue Nov 25 02:06:04 PST 2008


---
 lib/gibber/gibber-bytestream-direct.c |    2 +-
 lib/gibber/gibber-bytestream-oob.c    |    2 +-
 src/salut-tubes-channel.c             |    6 +++---
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/lib/gibber/gibber-bytestream-direct.c b/lib/gibber/gibber-bytestream-direct.c
index dc3c6a6..037df8e 100644
--- a/lib/gibber/gibber-bytestream-direct.c
+++ b/lib/gibber/gibber-bytestream-direct.c
@@ -544,7 +544,7 @@ gibber_bytestream_direct_send (GibberBytestreamIface *bytestream,
 
   if (priv->write_blocked)
     {
-      DEBUG ("Attempt to send data while the bytestream is blocked");
+      DEBUG ("sending data while the bytestream was blocked");
     }
 
   DEBUG ("send %u bytes through bytestream", len);
diff --git a/lib/gibber/gibber-bytestream-oob.c b/lib/gibber/gibber-bytestream-oob.c
index 8fe1ee3..8468ec2 100644
--- a/lib/gibber/gibber-bytestream-oob.c
+++ b/lib/gibber/gibber-bytestream-oob.c
@@ -714,7 +714,7 @@ gibber_bytestream_oob_send (GibberBytestreamIface *bytestream,
 
   if (priv->write_blocked)
     {
-      DEBUG ("Attempt to send data while the bytestream is blocked");
+      DEBUG ("sending data while the bytestream was blocked");
     }
 
   DEBUG ("send %u bytes through bytestream", len);
diff --git a/src/salut-tubes-channel.c b/src/salut-tubes-channel.c
index 7619220..7310019 100644
--- a/src/salut-tubes-channel.c
+++ b/src/salut-tubes-channel.c
@@ -524,7 +524,7 @@ setup_connection (SalutTubesChannel *self)
   SalutXmppConnectionManagerRequestConnectionResult result;
   GibberXmppConnection *conn = NULL;
 
-  DEBUG ("Setup XmppConnection for the tubes channel");
+  DEBUG ("setuping XmppConnection for the tubes channel");
 
   if (priv->state == CHANNEL_CONNECTING)
     return;
@@ -1864,8 +1864,8 @@ send_channel_iq_tube (gpointer key,
       int port;
       gchar *port_str;
 
-      DEBUG ("Listen for connections from the remote contact "
-          "and send the tube offer stanza");
+      DEBUG ("Listening for connections from the remote contact "
+          "and sending the tube offer stanza");
 
       /* listen for future connections from the remote CM before sending the
        * iq */
-- 
1.5.6.5




More information about the Telepathy-commits mailing list