summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordefault <nobody@localhost>2023-04-04 10:40:22 +0200
committerdefault <nobody@localhost>2023-04-04 10:40:22 +0200
commit14cbf124f9372490c4ad32f79d5af6d90a1b9f66 (patch)
tree2c5849d491f56b12d767f342c2e9994a2a3f7e33
parent976083bf87e9f1aa4c6c75bf27072468d787c86e (diff)
More log level tweaks.
-rw-r--r--httpd.c2
1 files changed, 1 insertions, 1 deletions
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;