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 4a1403875..e2172bcd5 100644 --- a/libempathy/empathy-ft-handler.c +++ b/libempathy/empathy-ft-handler.c @@ -694,6 +694,8 @@ ft_handler_check_if_allowed (EmpathyFTHandler *handler) TP_IFACE_CHANNEL ".TargetHandle")) res = FALSE; + DEBUG ("check if FT allowed: %s", res ? "True" : "False"); + g_object_unref (dispatcher); return res; |