changeset 23546:455a8264e06e

Remove a confusing debug message.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Sun, 22 Jun 2008 23:44:12 +0000
parents 2d515f8f338e
children 03ade2360ba6
files libpurple/protocols/msn/switchboard.c
diffstat 1 files changed, 1 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/protocols/msn/switchboard.c	Sun Jun 22 22:59:50 2008 +0000
+++ b/libpurple/protocols/msn/switchboard.c	Sun Jun 22 23:44:12 2008 +0000
@@ -1114,13 +1114,9 @@
 	}
 
 	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,