commit 14cbf124f9372490c4ad32f79d5af6d90a1b9f66 parent 976083bf87e9f1aa4c6c75bf27072468d787c86e Author: default <nobody@localhost> Date: Tue, 4 Apr 2023 10:40:22 +0200 More log level tweaks. Diffstat:
M | httpd.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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;