aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-dispatcher.c
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@src.gnome.org>2008-11-30 05:31:17 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2008-11-30 05:31:17 +0800
commit8e48e37e4f8742c3be3649cf97320e86fa37c3ec (patch)
tree813a2f42161e14111b9f8a94e8d000d7849cd610 /libempathy/empathy-dispatcher.c
parent19de6cee97400b47e2fa50658b673f576c47e3cc (diff)
downloadgsoc2013-empathy-8e48e37e4f8742c3be3649cf97320e86fa37c3ec.tar
gsoc2013-empathy-8e48e37e4f8742c3be3649cf97320e86fa37c3ec.tar.gz
gsoc2013-empathy-8e48e37e4f8742c3be3649cf97320e86fa37c3ec.tar.bz2
gsoc2013-empathy-8e48e37e4f8742c3be3649cf97320e86fa37c3ec.tar.lz
gsoc2013-empathy-8e48e37e4f8742c3be3649cf97320e86fa37c3ec.tar.xz
gsoc2013-empathy-8e48e37e4f8742c3be3649cf97320e86fa37c3ec.tar.zst
gsoc2013-empathy-8e48e37e4f8742c3be3649cf97320e86fa37c3ec.zip
Little fix for previous commit.
svn path=/trunk/; revision=1927
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));