diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2008-04-20 05:04:16 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-04-20 05:04:16 +0800 |
commit | 80c96c4a4b5ba3b356165c5fd89922af91e7b82a (patch) | |
tree | a2b8670ae86f6b598ce5f1c9bec29a9f865cdaa2 /libempathy/empathy-tube-handler.c | |
parent | 9551be139814df14b0b6670bcf9687c0ea8de847 (diff) | |
download | gsoc2013-empathy-80c96c4a4b5ba3b356165c5fd89922af91e7b82a.tar gsoc2013-empathy-80c96c4a4b5ba3b356165c5fd89922af91e7b82a.tar.gz gsoc2013-empathy-80c96c4a4b5ba3b356165c5fd89922af91e7b82a.tar.bz2 gsoc2013-empathy-80c96c4a4b5ba3b356165c5fd89922af91e7b82a.tar.lz gsoc2013-empathy-80c96c4a4b5ba3b356165c5fd89922af91e7b82a.tar.xz gsoc2013-empathy-80c96c4a4b5ba3b356165c5fd89922af91e7b82a.tar.zst gsoc2013-empathy-80c96c4a4b5ba3b356165c5fd89922af91e7b82a.zip |
Add empathy_offer_ipv4_stream_tube().
svn path=/trunk/; revision=980
Diffstat (limited to 'libempathy/empathy-tube-handler.c')
-rw-r--r-- | libempathy/empathy-tube-handler.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy/empathy-tube-handler.c b/libempathy/empathy-tube-handler.c index b7eb66948..0005a369d 100644 --- a/libempathy/empathy-tube-handler.c +++ b/libempathy/empathy-tube-handler.c @@ -70,7 +70,7 @@ tube_handler_handle_tube_idle_cb (gpointer data) EmpathyTpTube *tube; static TpDBusDaemon *daemon = NULL; - empathy_debug (DEBUG_DOMAIN, "New tube to be handled"); + empathy_debug (DEBUG_DOMAIN, "New tube to be handled id=%d", idle_data->id); if (!daemon) daemon = tp_dbus_daemon_new (tp_get_bus ()); |