diff src/protocols/msn/msn.c @ 2311:019832e79d9f

[gaim-migrate @ 2321] this is just so i can grep for things more easily committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Wed, 19 Sep 2001 18:33:18 +0000
parents f5bf315e6104
children 569ae9f2bb89
line wrap: on
line diff
--- 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)) {