telepathy-rakia: Remove stray g_debug

Olivier Crête tester at kemper.freedesktop.org
Tue May 8 10:03:02 PDT 2012


Module: telepathy-rakia
Branch: master
Commit: b18e93671acfa7cc8407cc081ce5fc56abf8a364
URL:    http://cgit.freedesktop.org/telepathy/telepathy-rakia/commit/?id=b18e93671acfa7cc8407cc081ce5fc56abf8a364

Author: Olivier Crête <olivier.crete at collabora.com>
Date:   Fri Feb 24 21:52:02 2012 -0500

Remove stray g_debug

---

 rakia/call-channel.c |    2 +-
 rakia/call-stream.c  |    3 ---
 2 files changed, 1 insertions(+), 4 deletions(-)

diff --git a/rakia/call-channel.c b/rakia/call-channel.c
index 5f9de68..4f50720 100644
--- a/rakia/call-channel.c
+++ b/rakia/call-channel.c
@@ -360,7 +360,7 @@ rakia_call_channel_close (TpBaseChannel *base)
   if (priv->session)
     rakia_sip_session_terminate (priv->session, 480, "Terminated");
 
-  g_debug ("CLOSED: %s", tp_base_channel_get_object_path (base));
+  DEBUG ("Closed: %s", tp_base_channel_get_object_path (base));
 
   TP_BASE_CHANNEL_CLASS (rakia_call_channel_parent_class)->close (base);
 }
diff --git a/rakia/call-stream.c b/rakia/call-stream.c
index 9337ede..124387b 100644
--- a/rakia/call-stream.c
+++ b/rakia/call-stream.c
@@ -584,9 +584,6 @@ media_direction_changed_cb (RakiaSipMedia *media, RakiaCallStream *self)
   RakiaDirection requested_direction =
       rakia_sip_media_get_requested_direction (media);
 
-  g_debug ("req: %d remote: %d dir: %d",
-      requested_direction, remote_direction, direction);
-
   if (direction & requested_direction & RAKIA_DIRECTION_SEND)
     {
       tp_base_call_stream_update_local_sending_state (bcs,



More information about the telepathy-commits mailing list