Removed LF from debug code.
[lcr.git] / chan_lcr.c
index d4510d6..09083c0 100644 (file)
@@ -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);
 }
 
 /*