diff options
author | Emilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk> | 2011-06-09 16:28:23 +0800 |
---|---|---|
committer | Emilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk> | 2011-06-09 17:20:09 +0800 |
commit | 54af9bea4d1e1f4e15207969f2ab89a012ad4d10 (patch) | |
tree | 056efb204743fa43e424b3872efd4e946772005c /src/empathy-call-window.c | |
parent | 043b2fec4b21707ef62aebc3d80fc54c319e90f2 (diff) | |
download | gsoc2013-empathy-54af9bea4d1e1f4e15207969f2ab89a012ad4d10.tar gsoc2013-empathy-54af9bea4d1e1f4e15207969f2ab89a012ad4d10.tar.gz gsoc2013-empathy-54af9bea4d1e1f4e15207969f2ab89a012ad4d10.tar.bz2 gsoc2013-empathy-54af9bea4d1e1f4e15207969f2ab89a012ad4d10.tar.lz gsoc2013-empathy-54af9bea4d1e1f4e15207969f2ab89a012ad4d10.tar.xz gsoc2013-empathy-54af9bea4d1e1f4e15207969f2ab89a012ad4d10.tar.zst gsoc2013-empathy-54af9bea4d1e1f4e15207969f2ab89a012ad4d10.zip |
Turn g_prints into DEBUGs
Diffstat (limited to 'src/empathy-call-window.c')
-rw-r--r-- | src/empathy-call-window.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/empathy-call-window.c b/src/empathy-call-window.c index 9d4fe5201..3dbac9e44 100644 --- a/src/empathy-call-window.c +++ b/src/empathy-call-window.c @@ -1731,7 +1731,7 @@ empathy_call_window_conference_added_cb (EmpathyCallHandler *handler, FsElementAddedNotifier *notifier; GKeyFile *keyfile; - g_debug ("Conference added"); + DEBUG ("Conference added"); /* Add notifier to set the various element properties as needed */ notifier = fs_element_added_notifier_new (); @@ -1938,7 +1938,7 @@ empathy_call_window_sink_removed_cb (EmpathyCallHandler *handler, { EmpathyCallWindowPriv *priv = GET_PRIV (self); - g_print ("window: removing content\n"); + DEBUG ("removing content"); /* * This assumes that there is only one video stream per channel... @@ -2449,7 +2449,7 @@ empathy_call_window_src_added_cb (EmpathyCallHandler *handler, } else { - g_debug ("Could not link real sink, linked fakesink instead"); + DEBUG ("Could not link real sink, linked fakesink instead"); } gst_object_unref (sinkpad); } |