[empathy] empathy_call_window_set_send_video: add a debug msg



commit 05cfdd280b8a53948d3c2c38c8dc74cfd8672909
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Tue Nov 24 16:58:50 2009 +0000

    empathy_call_window_set_send_video: add a debug msg

 src/empathy-call-window.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/empathy-call-window.c b/src/empathy-call-window.c
index 02509a5..ad58bc0 100644
--- a/src/empathy-call-window.c
+++ b/src/empathy-call-window.c
@@ -2321,6 +2321,7 @@ empathy_call_window_set_send_video (EmpathyCallWindow *window,
   display_video_preview (window, send);
 
   g_object_get (priv->handler, "tp-call", &call, NULL);
+  DEBUG ("%s sending video", send ? "start": "stop");
   empathy_tp_call_request_video_stream_direction (call, send);
   g_object_unref (call);
 }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]