comparison libpurple/protocols/msn/notification.c @ 23892:e7cce5e911d8

Turn off those MSN NOTification debug messages. It should work now, and it's kind of annoying until we use it for something.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Sat, 16 Aug 2008 03:15:07 +0000
parents 38c76b5b846b
children 2457162f6750
comparison
equal deleted inserted replaced
23891:1baf6944111d 23892:e7cce5e911d8
1164 static void 1164 static void
1165 not_cmd_post(MsnCmdProc *cmdproc, MsnCommand *cmd, char *payload, size_t len) 1165 not_cmd_post(MsnCmdProc *cmdproc, MsnCommand *cmd, char *payload, size_t len)
1166 { 1166 {
1167 #if 0 1167 #if 0
1168 MSN_SET_PARAMS("NOT %d\r\n%s", cmdproc->servconn->payload, payload); 1168 MSN_SET_PARAMS("NOT %d\r\n%s", cmdproc->servconn->payload, payload);
1169 purple_debug_misc("msn", "Notification: {%s}\n", payload);
1169 #endif 1170 #endif
1170 purple_debug_misc("msn", "Notification: {%s}\n", payload);
1171 } 1171 }
1172 1172
1173 static void 1173 static void
1174 not_cmd(MsnCmdProc *cmdproc, MsnCommand *cmd) 1174 not_cmd(MsnCmdProc *cmdproc, MsnCommand *cmd)
1175 { 1175 {