# HG changeset patch # User Elliott Sales de Andrade # Date 1214178252 0 # Node ID 455a8264e06e5ec6b1499d8658a0c527e555623e # Parent 2d515f8f338e5727cc1492c434dfd6c9c8a1d326 Remove a confusing debug message. diff -r 2d515f8f338e -r 455a8264e06e libpurple/protocols/msn/switchboard.c --- 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,