--- a/src/protocols/msn/msn.c Wed Sep 19 07:26:37 2001 +0000 +++ b/src/protocols/msn/msn.c Wed Sep 19 18:33:18 2001 +0000 @@ -86,7 +86,7 @@ static int msn_write(int fd, void *data, int len) { - debug_printf("C: %s", data); + debug_printf("MSN C: %s", data); return write(fd, data, len); } @@ -371,7 +371,7 @@ msn_kill_switch(ms); return; } - debug_printf("S: %s", buf); + debug_printf("MSN S: %s", buf); g_strchomp(buf); if (!g_strncasecmp(buf, "ACK", 3)) {