cpw.qulogic.msn: d739b6fb: Remove a confusing debug message.
qulogic at pidgin.im
qulogic at pidgin.im
Mon Jun 23 01:56:37 EDT 2008
-----------------------------------------------------------------
Revision: d739b6fb6b24e22a1b79285a5b5d1d8a457b3a24
Ancestor: 075bff91d9cbcfd6f59c270802c5bffeb98c3b50
Author: qulogic at pidgin.im
Date: 2008-06-22T23:44:12
Branch: im.pidgin.cpw.qulogic.msn
URL: http://d.pidgin.im/viewmtn/revision/info/d739b6fb6b24e22a1b79285a5b5d1d8a457b3a24
Modified files:
libpurple/protocols/msn/switchboard.c
ChangeLog:
Remove a confusing debug message.
-------------- next part --------------
============================================================
--- libpurple/protocols/msn/switchboard.c e617676518a2e8c2d583f10222670ba4d0a8a6ef
+++ libpurple/protocols/msn/switchboard.c 4657e4e2b86238c89b9c114490d4064d05fe8c84
@@ -1114,13 +1114,9 @@ cal_error(MsnCmdProc *cmdproc, MsnTransa
}
purple_debug_warning("msn", "cal_error: command %s gave error %i\n", trans->command, error);
- purple_debug_warning("msn", "Will Use Offline Message to sendit\n");
-// cal_error_helper(trans, reason);
- /*offline Message send Process*/
-
while ((msg = g_queue_pop_head(swboard->msg_queue)) != NULL){
- purple_debug_warning("MSNP14","offline msg to send:{%s}\n",msg->body);
+ purple_debug_warning("MSNP14", "Unable to send msg: {%s}\n", msg->body);
/* The messages could not be sent due to a switchboard error */
swboard->error = MSN_SB_ERROR_USER_OFFLINE;
msg_error_helper(swboard->cmdproc, msg,
More information about the Commits
mailing list