Browse Source

More log level tweaks.

default 2 years ago
parent
commit
14cbf124f9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      httpd.c

+ 1 - 1
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;