src/protocols/msn/msn.c

changeset 2311
2381470530c2
parent 2303
18171aa8cd37
child 2382
69a4e3665132
--- 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)) {

mercurial