From 8db00cd56a251aea2ac9825e93c6f3c404bea369 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Fri, 21 May 2010 15:19:52 +0000 Subject: [PATCH] * Remove color from log message --- webcit/sysdep.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.30.2