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-14 23:54:10 +0800
commit6b29043d80975c8ec2e670c405f1c386ae25416e (patch)
tree6323f9f2aaf1a90d0d281bc5c5fdc8bbb3025882
parent1dfbd3073afccb6e4f6a4608b8c07c3aa39419bf (diff)
downloadgsoc2013-empathy-6b29043d80975c8ec2e670c405f1c386ae25416e.tar
gsoc2013-empathy-6b29043d80975c8ec2e670c405f1c386ae25416e.tar.gz
gsoc2013-empathy-6b29043d80975c8ec2e670c405f1c386ae25416e.tar.bz2
gsoc2013-empathy-6b29043d80975c8ec2e670c405f1c386ae25416e.tar.lz
gsoc2013-empathy-6b29043d80975c8ec2e670c405f1c386ae25416e.tar.xz
gsoc2013-empathy-6b29043d80975c8ec2e670c405f1c386ae25416e.tar.zst
gsoc2013-empathy-6b29043d80975c8ec2e670c405f1c386ae25416e.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);