aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanielle Madeley <danielle.madeley@collabora.co.uk>2011-03-14 18:55:39 +0800
committerEmilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>2011-03-19 02:49:56 +0800
commit422233471166b5a6ec842990042f108af4f47492 (patch)
tree509211ed63c0026bc989c328b438b91eb2d14395
parentdbe2a1ca1573e5c04603f7eecd8e92079465de6d (diff)
downloadgsoc2013-empathy-422233471166b5a6ec842990042f108af4f47492.tar
gsoc2013-empathy-422233471166b5a6ec842990042f108af4f47492.tar.gz
gsoc2013-empathy-422233471166b5a6ec842990042f108af4f47492.tar.bz2
gsoc2013-empathy-422233471166b5a6ec842990042f108af4f47492.tar.lz
gsoc2013-empathy-422233471166b5a6ec842990042f108af4f47492.tar.xz
gsoc2013-empathy-422233471166b5a6ec842990042f108af4f47492.tar.zst
gsoc2013-empathy-422233471166b5a6ec842990042f108af4f47492.zip
Add DEBUG message
-rw-r--r--libempathy-gtk/empathy-account-widget-skype.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-account-widget-skype.c b/libempathy-gtk/empathy-account-widget-skype.c
index a4425613a..b6fee6443 100644
--- a/libempathy-gtk/empathy-account-widget-skype.c
+++ b/libempathy-gtk/empathy-account-widget-skype.c
@@ -125,7 +125,7 @@ auth_observer_claim_cb (GObject *dispatch_operation,
if (!tp_channel_dispatch_operation_claim_finish (
TP_CHANNEL_DISPATCH_OPERATION (dispatch_operation), result, &error))
{
- DEBUG ("Failed to claim auth channel");
+ DEBUG ("Failed to claim auth channel: %s", error->message);
g_error_free (error);
observe_channels_data_free (data);