pidgin.openq: 3b5956ce: Clean debug info
ccpaging at pidgin.im
ccpaging at pidgin.im
Wed Dec 3 23:20:58 EST 2008
-----------------------------------------------------------------
Revision: 3b5956ce49f1e161236c0370cf56d92c5ca825af
Ancestor: 5f410985e5e8c566b107d2d80dcddba66ad9d43a
Author: ccpaging at pidgin.im
Date: 2008-11-12T08:28:52
Branch: im.pidgin.pidgin.openq
URL: http://d.pidgin.im/viewmtn/revision/info/3b5956ce49f1e161236c0370cf56d92c5ca825af
Modified files:
libpurple/protocols/qq/buddy_info.c
ChangeLog:
Clean debug info
-------------- next part --------------
============================================================
--- libpurple/protocols/qq/buddy_info.c 547b296a1c2974fe0c293aaceb44ef33e9d8800d
+++ libpurple/protocols/qq/buddy_info.c cb80cae5c2f7aba8ad6d79bf2a5752bb740db55d
@@ -816,8 +816,8 @@ static void process_level(PurpleConnecti
bytes += qq_get32(&onlineTime, data + bytes);
bytes += qq_get16(&level, data + bytes);
bytes += qq_get16(&timeRemainder, data + bytes);
- purple_debug_info("QQ_LEVEL", "%d, tmOnline: %d, level: %d, tmRemainder: %d\n",
- uid, onlineTime, level, timeRemainder);
+ purple_debug_info("QQ", "level: %d, uid %d, tmOnline: %d, tmRemainder: %d\n",
+ level, uid, onlineTime, timeRemainder);
bd = qq_buddy_data_find(gc, uid);
if (bd == NULL) {
@@ -851,8 +851,8 @@ static void process_level_2007(PurpleCon
bytes += qq_get32(&onlineTime, data + bytes);
bytes += qq_get16(&level, data + bytes);
bytes += qq_get16(&timeRemainder, data + bytes);
- purple_debug_info("QQ_LEVEL", "%d, tmOnline: %d, level: %d, tmRemainder: %d\n",
- uid, onlineTime, level, timeRemainder);
+ purple_debug_info("QQ", "level: %d, uid %d, tmOnline: %d, tmRemainder: %d\n",
+ level, uid, onlineTime, timeRemainder);
bd = qq_buddy_data_find(gc, uid);
if (bd == NULL) {
More information about the Commits
mailing list