From 6e5729bfa4b70e57d1c735a0f31bed2bfca8fa17 Mon Sep 17 00:00:00 2001 From: Andreas Eversberg Date: Wed, 9 Jun 2010 09:37:28 +0200 Subject: [PATCH] Removed LF from debug code. --- chan_lcr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } /* -- 2.13.6