diff options
Diffstat (limited to 'libempathy/empathy-chandler.c')
-rw-r--r-- | libempathy/empathy-chandler.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libempathy/empathy-chandler.c b/libempathy/empathy-chandler.c index 9bef4b1e1..3d65de775 100644 --- a/libempathy/empathy-chandler.c +++ b/libempathy/empathy-chandler.c @@ -141,6 +141,9 @@ empathy_chandler_handle_channel (EmpathyChandler *chandler, handle_type, handle); + empathy_debug (DEBUG_DOMAIN, "New channel to be handled: " + "type=%s handle=%d", + channel_type, handle); g_signal_emit (chandler, signals[NEW_CHANNEL], 0, tp_conn, tp_chan); g_object_unref (tp_chan); |