From: Art Cancro Date: Fri, 21 May 2010 15:19:52 +0000 (+0000) Subject: * Remove color from log message X-Git-Tag: v7.86~197 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=8db00cd56a251aea2ac9825e93c6f3c404bea369 * Remove color from log message --- diff --git a/webcit/sysdep.c b/webcit/sysdep.c index afaef1a1d..e2155814f 100644 --- a/webcit/sysdep.c +++ b/webcit/sysdep.c @@ -156,7 +156,7 @@ void worker_entry(void) errno = EAGAIN; do { ssock = accept(msock, NULL, 0); - lprintf(9, "\033[3%dmthread %u woke up, accept() returned %d %s\033[0m\n", + lprintf(9, "Thread %u woke up, accept() returned %d %s\n", ((pthread_self() % 6) + 1), pthread_self(), ssock,