comparison 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
comparison
equal deleted inserted replaced
24091:d35672443baa 24092:7c0a56c5fea0
334 g_free(phex); 334 g_free(phex);
335 } 335 }
336 336
337 void qq_show_packet(const gchar *desc, const guint8 *buf, gint len) 337 void qq_show_packet(const gchar *desc, const guint8 *buf, gint len)
338 { 338 {
339 qq_hex_dump(PURPLE_DEBUG_INFO, "QQ", buf, len, desc); 339 qq_hex_dump(PURPLE_DEBUG_WARNING, "QQ", buf, len, desc);
340 } 340 }
341 341