diff options
-rw-r--r-- | 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 02509a564..ad58bc0ae 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); } |