libpurple/protocols/msn/directconn.c

changeset 22622
1ecb840b5101
parent 21076
bb293a21ce84
child 24031
f9c3efb8afa6
--- a/libpurple/protocols/msn/directconn.c	Sun Mar 16 20:35:23 2008 +0000
+++ b/libpurple/protocols/msn/directconn.c	Sun Mar 16 20:36:52 2008 +0000
@@ -300,7 +300,7 @@
 
 	body_len = GUINT32_FROM_LE(body_len);
 
-	purple_debug_info("msn", "body_len=%d\n", body_len);
+	purple_debug_info("msn", "body_len=%" G_GSIZE_FORMAT "\n", body_len);
 
 	if (body_len <= 0)
 	{
@@ -324,7 +324,7 @@
 		/* Let's read the data. */
 		len = read(directconn->fd, body, body_len);
 
-		purple_debug_info("msn", "len=%d\n", len);
+		purple_debug_info("msn", "len=%" G_GSIZE_FORMAT "\n", len);
 	}
 	else
 	{

mercurial