diff options
author | default <nobody@localhost> | 2023-04-04 10:40:22 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2023-04-04 10:40:22 +0200 |
commit | 14cbf124f9372490c4ad32f79d5af6d90a1b9f66 (patch) | |
tree | 2c5849d491f56b12d767f342c2e9994a2a3f7e33 | |
parent | 976083bf87e9f1aa4c6c75bf27072468d787c86e (diff) |
More log level tweaks.
-rw-r--r-- | httpd.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |