diff options
author | dequis <dx@dxzone.com.ar> | 2015-03-08 01:28:28 -0300 |
---|---|---|
committer | dequis <dx@dxzone.com.ar> | 2015-04-10 14:10:40 -0300 |
commit | 693aca0fc7edd7e9babe4de8e399d44fa273660a (patch) | |
tree | 826a08515cbff68b85c5c410b2415d618d77a98c /protocols/msn/ns.c | |
parent | a9b1e0edf0280371772e346ee96d24f732bef59f (diff) |
msn: colorful debug
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); |