]> git.0d.be Git - empathy.git/commitdiff
Use G_GINT_FORMAT for printinf a goffset. Fixes bug #562873.
authorXavier Claessens <xclaesse@src.gnome.org>
Tue, 2 Dec 2008 18:54:20 +0000 (18:54 +0000)
committerXavier Claessens <xclaesse@src.gnome.org>
Tue, 2 Dec 2008 18:54:20 +0000 (18:54 +0000)
svn path=/trunk/; revision=1944

libempathy/empathy-dispatcher.c

index ad4778e26fb95f96a37e2e53ebb93c87046484e3..fd363fa1798397df91a14a8a60d5f5cc6d27419d 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 %lli, content-type %s)",
+       DEBUG ("Sending %s from a stream to %s (size %"G_GINT64_FORMAT", content-type %s)",
               filename, empathy_contact_get_name (contact),
               g_file_info_get_size (info),
               g_file_info_get_content_type (info));