diff options
Diffstat (limited to 'protocols/msn/ns.c')
-rw-r--r-- | protocols/msn/ns.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/msn/ns.c b/protocols/msn/ns.c index 02abc52c..d3c9b87a 100644 --- a/protocols/msn/ns.c +++ b/protocols/msn/ns.c @@ -57,7 +57,7 @@ int msn_ns_write(struct im_connection *ic, int fd, const char *fmt, ...) } if (getenv("BITLBEE_DEBUG")) { - fprintf(stderr, "->NS%d:%s\n", fd, out); + fprintf(stderr, "\x1b[91m>>>[NS%d] %s\n\x1b[97m", fd, out); } len = strlen(out); |