From: Xavier Claessens Date: Sat, 29 Nov 2008 21:31:17 +0000 (+0000) Subject: Little fix for previous commit. X-Git-Url: https://git.0d.be/?p=empathy.git;a=commitdiff_plain;h=8e48e37e4f8742c3be3649cf97320e86fa37c3ec Little fix for previous commit. svn path=/trunk/; revision=1927 --- diff --git a/libempathy/empathy-dispatcher.c b/libempathy/empathy-dispatcher.c index 6a5959e3..ad4778e2 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));