diff options
| -rw-r--r-- | httpd.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -422,7 +422,7 @@ void httpd(void) | |||
| 422 | /* show the number of usable file descriptors */ | 422 | /* show the number of usable file descriptors */ |
| 423 | struct rlimit r; | 423 | struct rlimit r; |
| 424 | getrlimit(RLIMIT_NOFILE, &r); | 424 | getrlimit(RLIMIT_NOFILE, &r); |
| 425 | srv_debug(1, xs_fmt("available (rlimit) fds: %d (cur) / %d (max)", | 425 | srv_debug(0, xs_fmt("available (rlimit) fds: %d (cur) / %d (max)", |
| 426 | (int) r.rlim_cur, (int) r.rlim_max)); | 426 | (int) r.rlim_cur, (int) r.rlim_max)); |
| 427 | 427 | ||
| 428 | /* initialize the job control engine */ | 428 | /* initialize the job control engine */ |