From: Andreas Eversberg Date: Wed, 9 Jun 2010 07:37:28 +0000 (+0200) Subject: Removed LF from debug code. X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=commitdiff_plain;h=6e5729bfa4b70e57d1c735a0f31bed2bfca8fa17 Removed LF from debug code. --- diff --git a/chan_lcr.c b/chan_lcr.c index d4510d6..09083c0 100644 --- a/chan_lcr.c +++ b/chan_lcr.c @@ -227,7 +227,7 @@ void lock_debug(char *text) { pthread_t tid = pthread_self(); // printf("%s|%03x\n", text, ((tid>>6) | (tid>>3) | tid) & 0xfff); fflush(stdout); - printf("%s|%x\n", text, tid); fflush(stdout); + printf("%s|%x", text, tid); fflush(stdout); } /*