mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-12-26 17:23:38 +00:00
More log level tweaks.
This commit is contained in:
parent
976083bf87
commit
14cbf124f9
1 changed files with 1 additions and 1 deletions
2
httpd.c
2
httpd.c
|
@ -321,7 +321,7 @@ static void *job_thread(void *arg)
|
||||||
|
|
||||||
job_wait(&job);
|
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)
|
if (job == NULL)
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in a new issue