diff src/protocols/msn/msn.c @ 2494:2c1950c5544a

[gaim-migrate @ 2507] don't ask committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Fri, 12 Oct 2001 22:31:12 +0000
parents 569ae9f2bb89
children 227cc42ffa6e
line wrap: on
line diff
--- a/src/protocols/msn/msn.c	Fri Oct 12 21:12:56 2001 +0000
+++ b/src/protocols/msn/msn.c	Fri Oct 12 22:31:12 2001 +0000
@@ -619,7 +619,7 @@
 		signoff(gc);
 		return;
 	}
-	debug_printf("S: %s", buf);
+	debug_printf("MSN S: %s", buf);
 	g_strchomp(buf);
 
 	if (!g_strncasecmp(buf, "ADD", 3)) {
@@ -982,7 +982,7 @@
 		signoff(gc);
 		return;
 	}
-	debug_printf("S: %s", buf);
+	debug_printf("MSN S: %s", buf);
 	g_strchomp(buf);
 
 	if (!g_strncasecmp(buf, "VER", 3)) {