diff libpurple/protocols/qq/utils.c @ 24092:7c0a56c5fea0

2008.10.14 - ccpaging <ccpaging(at)gmail.com> * 2007 remove buddy ok * Removed group_search.c/h
author SHiNE CsyFeK <csyfek@gmail.com>
date Tue, 28 Oct 2008 16:44:09 +0000
parents 237e5a94e11c
children 0320b4a33432 4f0e1c738ce5
line wrap: on
line diff
--- a/libpurple/protocols/qq/utils.c	Tue Oct 28 16:42:46 2008 +0000
+++ b/libpurple/protocols/qq/utils.c	Tue Oct 28 16:44:09 2008 +0000
@@ -336,6 +336,6 @@
 
 void qq_show_packet(const gchar *desc, const guint8 *buf, gint len)
 {
-	qq_hex_dump(PURPLE_DEBUG_INFO, "QQ", buf, len, desc);
+	qq_hex_dump(PURPLE_DEBUG_WARNING, "QQ", buf, len, desc);
 }