libpurple/protocols/qq/send_core.c

changeset 22628
b25a7bbe7272
parent 19859
71d37b57eff2
child 22685
f3a524370c38
--- a/libpurple/protocols/qq/send_core.c	Mon Mar 17 01:56:29 2008 +0000
+++ b/libpurple/protocols/qq/send_core.c	Mon Mar 17 02:12:31 2008 +0000
@@ -87,7 +87,7 @@
 		if (len > MAX_PACKET_SIZE) {
 			purple_debug(PURPLE_DEBUG_ERROR, "QQ",
 				   "xxx [%05d] %s, %d bytes is too large, do not send\n",
-				   qq_get_cmd_desc(cmd), qd->send_seq, len);
+				   qd->send_seq, qq_get_cmd_desc(cmd), len);
 			return -1;
 		} else {	/* I update the len for TCP packet */
 			cursor = buf;

mercurial