aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanielle Madeley <danielle.madeley@collabora.co.uk>2011-03-14 18:55:39 +0800
committerDanielle Madeley <danielle.madeley@collabora.co.uk>2011-03-14 18:55:39 +0800
commitaf450f14db5978fe9c853c3d95f97493bfd2ac1d (patch)
tree3572bb01a2393dc1ed6f9ce04d39f4e1c7dc48b0
parent3c322ec80b42912f466827c500b1d2bd5bafb1c2 (diff)
downloadgsoc2013-empathy-af450f14db5978fe9c853c3d95f97493bfd2ac1d.tar
gsoc2013-empathy-af450f14db5978fe9c853c3d95f97493bfd2ac1d.tar.gz
gsoc2013-empathy-af450f14db5978fe9c853c3d95f97493bfd2ac1d.tar.bz2
gsoc2013-empathy-af450f14db5978fe9c853c3d95f97493bfd2ac1d.tar.lz
gsoc2013-empathy-af450f14db5978fe9c853c3d95f97493bfd2ac1d.tar.xz
gsoc2013-empathy-af450f14db5978fe9c853c3d95f97493bfd2ac1d.tar.zst
gsoc2013-empathy-af450f14db5978fe9c853c3d95f97493bfd2ac1d.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);