From 14cbf124f9372490c4ad32f79d5af6d90a1b9f66 Mon Sep 17 00:00:00 2001 From: default Date: Tue, 4 Apr 2023 10:40:22 +0200 Subject: [PATCH] More log level tweaks. --- httpd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httpd.c b/httpd.c index e15a687..ec7a79f 100644 --- a/httpd.c +++ b/httpd.c @@ -321,7 +321,7 @@ static void *job_thread(void *arg) job_wait(&job); - srv_debug(1, xs_fmt("job thread %d wake up", pid)); + srv_debug(2, xs_fmt("job thread %d wake up", pid)); if (job == NULL) break;