[telepathy-gabble/master] Use "%"G_GSIZE_FORMAT not %u for gsize.
Will Thompson
will.thompson at collabora.co.uk
Tue Mar 24 15:54:22 PDT 2009
---
src/file-transfer-channel.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/file-transfer-channel.c b/src/file-transfer-channel.c
index 24f98da..86bf8f9 100644
--- a/src/file-transfer-channel.c
+++ b/src/file-transfer-channel.c
@@ -1292,7 +1292,8 @@ data_received_cb (GabbleBytestreamIface *stream,
return;
}
- DEBUG ("received %u bytes from bytestream. Writing to socket", data->len);
+ DEBUG ("received %"G_GSIZE_FORMAT" bytes from bytestream. Writing to socket",
+ data->len);
transferred_chunk (self, (guint64) data->len);
--
1.5.6.5
More information about the telepathy-commits
mailing list