aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-uoa-auth-handler.c
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-08-08 18:05:06 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-08-08 18:05:06 +0800
commit8ad196691413c2b40c525ad3a7335495b7102de3 (patch)
tree893b374058156a526806f3a326f55ea5d9a5ff20 /libempathy/empathy-uoa-auth-handler.c
parent7b5a073c39fbd8ed38cceb54ecb8f7d60dd45878 (diff)
downloadgsoc2013-empathy-8ad196691413c2b40c525ad3a7335495b7102de3.tar
gsoc2013-empathy-8ad196691413c2b40c525ad3a7335495b7102de3.tar.gz
gsoc2013-empathy-8ad196691413c2b40c525ad3a7335495b7102de3.tar.bz2
gsoc2013-empathy-8ad196691413c2b40c525ad3a7335495b7102de3.tar.lz
gsoc2013-empathy-8ad196691413c2b40c525ad3a7335495b7102de3.tar.xz
gsoc2013-empathy-8ad196691413c2b40c525ad3a7335495b7102de3.tar.zst
gsoc2013-empathy-8ad196691413c2b40c525ad3a7335495b7102de3.zip
improve SASL debug output
Diffstat (limited to 'libempathy/empathy-uoa-auth-handler.c')
-rw-r--r--libempathy/empathy-uoa-auth-handler.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libempathy/empathy-uoa-auth-handler.c b/libempathy/empathy-uoa-auth-handler.c
index 1bfd6e16d..31c1e6448 100644
--- a/libempathy/empathy-uoa-auth-handler.c
+++ b/libempathy/empathy-uoa-auth-handler.c
@@ -93,6 +93,8 @@ auth_cb (GObject *source,
g_clear_error (&error);
}
+ DEBUG ("Auth on %s suceeded", tp_proxy_get_object_path (channel));
+
tp_channel_close_async (channel, NULL, NULL);
}