summaryrefslogtreecommitdiffstats
path: root/chan_lcr.c
diff options
context:
space:
mode:
authorAndreas Eversberg2010-06-09 09:37:28 +0200
committerAndreas Eversberg2010-06-09 09:37:28 +0200
commit6e5729bfa4b70e57d1c735a0f31bed2bfca8fa17 (patch)
tree11cf2e9c9cf4c8fa3c2d8d4d9df54b235edf0776 /chan_lcr.c
parentUpdated debugging patch. (diff)
downloadlcr-6e5729bfa4b70e57d1c735a0f31bed2bfca8fa17.tar.gz
lcr-6e5729bfa4b70e57d1c735a0f31bed2bfca8fa17.tar.xz
lcr-6e5729bfa4b70e57d1c735a0f31bed2bfca8fa17.zip
Removed LF from debug code.
Diffstat (limited to 'chan_lcr.c')
-rw-r--r--chan_lcr.c2
1 files changed, 1 insertions, 1 deletions
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);
}
/*