# HG changeset patch # User Eric Warmenhoven # Date 1000924398 0 # Node ID 019832e79d9f817e0ba03c57ed3d0066e9fc455d # Parent b2db2a76dcec1a23e1357b911bd2889981bc1106 [gaim-migrate @ 2321] this is just so i can grep for things more easily committer: Tailor Script diff -r b2db2a76dcec -r 019832e79d9f src/protocols/msn/msn.c --- 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)) {