More log level tweaks.

This commit is contained in:
default 2023-04-04 10:40:22 +02:00
parent 976083bf87
commit 14cbf124f9

View file

@ -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;