diff options
Diffstat (limited to 'httpd.c')
| -rw-r--r-- | httpd.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -321,7 +321,7 @@ static void *job_thread(void *arg) | |||
| 321 | 321 | ||
| 322 | job_wait(&job); | 322 | job_wait(&job); |
| 323 | 323 | ||
| 324 | srv_debug(1, xs_fmt("job thread %d wake up", pid)); | 324 | srv_debug(2, xs_fmt("job thread %d wake up", pid)); |
| 325 | 325 | ||
| 326 | if (job == NULL) | 326 | if (job == NULL) |
| 327 | break; | 327 | break; |