diff options
Diffstat (limited to 'libempathy/empathy-ft-handler.c')
-rw-r--r-- | libempathy/empathy-ft-handler.c | 2 |
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); |