aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-dispatcher.c
diff options
context:
space:
mode:
authorxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2008-11-30 05:31:17 +0800
committerxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2008-11-30 05:31:17 +0800
commit6b3aa334b058adb07d2009b671680be962bb2a3a (patch)
tree813a2f42161e14111b9f8a94e8d000d7849cd610 /libempathy/empathy-dispatcher.c
parent31e0e9538ec4ba9be907fa421576e72732de79f6 (diff)
downloadgsoc2013-empathy-6b3aa334b058adb07d2009b671680be962bb2a3a.tar
gsoc2013-empathy-6b3aa334b058adb07d2009b671680be962bb2a3a.tar.gz
gsoc2013-empathy-6b3aa334b058adb07d2009b671680be962bb2a3a.tar.bz2
gsoc2013-empathy-6b3aa334b058adb07d2009b671680be962bb2a3a.tar.lz
gsoc2013-empathy-6b3aa334b058adb07d2009b671680be962bb2a3a.tar.xz
gsoc2013-empathy-6b3aa334b058adb07d2009b671680be962bb2a3a.tar.zst
gsoc2013-empathy-6b3aa334b058adb07d2009b671680be962bb2a3a.zip
Little fix for previous commit.
git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1927 4ee84921-47dd-4033-b63a-18d7a039a3e4
Diffstat (limited to 'libempathy/empathy-dispatcher.c')
-rw-r--r--libempathy/empathy-dispatcher.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy/empathy-dispatcher.c b/libempathy/empathy-dispatcher.c
index 6a5959e30..ad4778e26 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 %li, content-type %s)",
+ DEBUG ("Sending %s from a stream to %s (size %lli, content-type %s)",
filename, empathy_contact_get_name (contact),
g_file_info_get_size (info),
g_file_info_get_content_type (info));