]> git.0d.be Git - empathy.git/commitdiff
Fix a bug for the compilation of empathy-dispatcher.c. Fixes bug #562588 (Stephane...
authorXavier Claessens <xclaesse@src.gnome.org>
Sat, 29 Nov 2008 21:12:17 +0000 (21:12 +0000)
committerXavier Claessens <xclaesse@src.gnome.org>
Sat, 29 Nov 2008 21:12:17 +0000 (21:12 +0000)
svn path=/trunk/; revision=1926

libempathy/empathy-dispatcher.c

index 8be507abb9564a7f41badae81a2976f8d959b628..6a5959e3088d29a53c89a9293cf345f7079efefb 100644 (file)
@@ -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));