aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-sasl-mechanisms.c
diff options
context:
space:
mode:
Diffstat (limited to 'libempathy/empathy-sasl-mechanisms.c')
-rw-r--r--libempathy/empathy-sasl-mechanisms.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/libempathy/empathy-sasl-mechanisms.c b/libempathy/empathy-sasl-mechanisms.c
index 78bb59b10..316e31b4e 100644
--- a/libempathy/empathy-sasl-mechanisms.c
+++ b/libempathy/empathy-sasl-mechanisms.c
@@ -84,11 +84,15 @@ sasl_status_changed_cb (TpChannel *channel,
tp_proxy_dbus_error_to_gerror (channel, dbus_error,
tp_asv_get_string (details, "debug-message"), &error);
+ DEBUG ("SASL failed: %s", error->message);
+
g_simple_async_result_take_error (result, error);
}
break;
case TP_SASL_STATUS_SUCCEEDED:
+ DEBUG ("SASL succeeded");
+
g_simple_async_result_complete (result);
break;