diff --git a/lib/core/logs.c b/lib/core/logs.c index 3886e67da..4ccbb1e6b 100644 --- a/lib/core/logs.c +++ b/lib/core/logs.c @@ -124,7 +124,7 @@ static const char * const colours[] = { "[33m", /* LLL_EXT */ "[33m", /* LLL_CLIENT */ "[33;1m", /* LLL_LATENCY */ - "[30;1m", /* LLL_USER */ + "[0;1m", /* LLL_USER */ "[31m", /* LLL_THREAD */ };