From eb54f56f35b611d03913cde2244e7eab431dc271 Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Sat, 11 Feb 2012 13:01:20 +0000 Subject: Add missing newslines to debugging output. Bug #896. --- protocols/msn/ns.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/msn/ns.c') diff --git a/protocols/msn/ns.c b/protocols/msn/ns.c index 0fa49ecb..5436270e 100644 --- a/protocols/msn/ns.c +++ b/protocols/msn/ns.c @@ -54,7 +54,7 @@ int msn_ns_write( struct im_connection *ic, int fd, const char *fmt, ... ) fd = md->ns->fd; if( getenv( "BITLBEE_DEBUG" ) ) - fprintf( stderr, "->NS%d:%s", fd, out ); + fprintf( stderr, "->NS%d:%s\n", fd, out ); len = strlen( out ); st = write( fd, out, len ); -- cgit v1.2.3