mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-14 17:45:04 +00:00
Move the #fds log line to dbglevel 0.
This commit is contained in:
parent
5f89816bb4
commit
381129fb25
1 changed files with 1 additions and 1 deletions
2
httpd.c
2
httpd.c
|
@ -422,7 +422,7 @@ void httpd(void)
|
|||
/* show the number of usable file descriptors */
|
||||
struct rlimit r;
|
||||
getrlimit(RLIMIT_NOFILE, &r);
|
||||
srv_debug(1, xs_fmt("available (rlimit) fds: %d (cur) / %d (max)",
|
||||
srv_debug(0, xs_fmt("available (rlimit) fds: %d (cur) / %d (max)",
|
||||
(int) r.rlim_cur, (int) r.rlim_max));
|
||||
|
||||
/* initialize the job control engine */
|
||||
|
|
Loading…
Reference in a new issue