libpurple/protocols/oscar/oscar.c

changeset 29890
c2bdc99539ca
parent 29889
7264be912028
child 29891
65ff7e295f41
--- a/libpurple/protocols/oscar/oscar.c	Thu Mar 18 04:53:49 2010 +0000
+++ b/libpurple/protocols/oscar/oscar.c	Thu Mar 18 05:47:15 2010 +0000
@@ -2615,8 +2615,9 @@
 	if (args == NULL)
 		return 0;
 
-	purple_debug_misc("oscar", "Incoming rendezvous message of type %u, "
-			"user %s, status %hu\n", args->type, userinfo->bn, args->status);
+	purple_debug_misc("oscar", "Incoming rendezvous message of type %"
+			G_GUINT64_FORMAT ", user %s, status %hu\n",
+			args->type, userinfo->bn, args->status);
 
 	if (args->msg != NULL)
 	{
@@ -2756,8 +2757,8 @@
 	}
 	else
 	{
-		purple_debug_error("oscar", "Unknown request class %hu\n",
-				args->type);
+		purple_debug_error("oscar", "Unknown request class %"
+				G_GUINT64_FORMAT "\n", args->type);
 	}
 
 	g_free(message);

mercurial