aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-ft-handler.c
diff options
context:
space:
mode:
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>2010-02-25 04:14:24 +0800
committerSjoerd Simons <sjoerd.simons@collabora.co.uk>2010-02-25 04:14:30 +0800
commited582f419d68c95dabfc26d4453c89d0d7f038a4 (patch)
treeb432b1a69f5668308de742502b36e5cc08f28fa7 /libempathy/empathy-ft-handler.c
parent81aeb65dee8294293fca221cf72a63cefde67d07 (diff)
parent065307088d490e8f8bc4c04d3981b047c9fb408f (diff)
downloadgsoc2013-empathy-ed582f419d68c95dabfc26d4453c89d0d7f038a4.tar
gsoc2013-empathy-ed582f419d68c95dabfc26d4453c89d0d7f038a4.tar.gz
gsoc2013-empathy-ed582f419d68c95dabfc26d4453c89d0d7f038a4.tar.bz2
gsoc2013-empathy-ed582f419d68c95dabfc26d4453c89d0d7f038a4.tar.lz
gsoc2013-empathy-ed582f419d68c95dabfc26d4453c89d0d7f038a4.tar.xz
gsoc2013-empathy-ed582f419d68c95dabfc26d4453c89d0d7f038a4.tar.zst
gsoc2013-empathy-ed582f419d68c95dabfc26d4453c89d0d7f038a4.zip
Merge branch 'requests'. Fixes: #598905
Diffstat (limited to 'libempathy/empathy-ft-handler.c')
-rw-r--r--libempathy/empathy-ft-handler.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libempathy/empathy-ft-handler.c b/libempathy/empathy-ft-handler.c
index cd1d97ae0..ff3f9322a 100644
--- a/libempathy/empathy-ft-handler.c
+++ b/libempathy/empathy-ft-handler.c
@@ -619,6 +619,8 @@ emit_error_signal (EmpathyFTHandler *handler,
{
EmpathyFTHandlerPriv *priv = GET_PRIV (handler);
+ DEBUG ("Error in transfer: %s\n", error->message);
+
if (!g_cancellable_is_cancelled (priv->cancellable))
g_cancellable_cancel (priv->cancellable);