* Remove color from log message
authorArt Cancro <ajc@citadel.org>
Fri, 21 May 2010 15:19:52 +0000 (15:19 +0000)
committerArt Cancro <ajc@citadel.org>
Fri, 21 May 2010 15:19:52 +0000 (15:19 +0000)
webcit/sysdep.c

index afaef1a1db4052834ae3e952cca8534ececb9ce1..e2155814fa9f78884418c0d853053f7d56001b20 100644 (file)
@@ -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,