diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2008-11-30 05:12:17 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-11-30 05:12:17 +0800 |
commit | 19de6cee97400b47e2fa50658b673f576c47e3cc (patch) | |
tree | f404f7c8b227d38f15ec49d27e43c73bd0fc48bd | |
parent | 60624d233d7a7ea3a49b9c0e0758579627304ae2 (diff) | |
download | gsoc2013-empathy-19de6cee97400b47e2fa50658b673f576c47e3cc.tar gsoc2013-empathy-19de6cee97400b47e2fa50658b673f576c47e3cc.tar.gz gsoc2013-empathy-19de6cee97400b47e2fa50658b673f576c47e3cc.tar.bz2 gsoc2013-empathy-19de6cee97400b47e2fa50658b673f576c47e3cc.tar.lz gsoc2013-empathy-19de6cee97400b47e2fa50658b673f576c47e3cc.tar.xz gsoc2013-empathy-19de6cee97400b47e2fa50658b673f576c47e3cc.tar.zst gsoc2013-empathy-19de6cee97400b47e2fa50658b673f576c47e3cc.zip |
Fix a bug for the compilation of empathy-dispatcher.c. Fixes bug #562588 (Stephane Wirtel).
svn path=/trunk/; revision=1926
-rw-r--r-- | libempathy/empathy-dispatcher.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy/empathy-dispatcher.c b/libempathy/empathy-dispatcher.c index 8be507abb..6a5959e30 100644 --- a/libempathy/empathy-dispatcher.c +++ b/libempathy/empathy-dispatcher.c @@ -1027,7 +1027,7 @@ empathy_dispatcher_send_file (EmpathyContact *contact, filename = g_file_get_basename (request->gfile); tp_connection_run_until_ready (connection, FALSE, NULL, NULL); - DEBUG ("Sending %s from a stream to %s (size %llu, content-type %s)", + DEBUG ("Sending %s from a stream to %s (size %li, content-type %s)", filename, empathy_contact_get_name (contact), g_file_info_get_size (info), g_file_info_get_content_type (info)); |