Browse Source

Move the #fds log line to dbglevel 0.

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

+ 1 - 1
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 */