Codebase list unbound / 9ab567c
Revert "Don't log successful setrlimit() call to console" This reverts commit 13a51610d2114999b4fd6633ad964bf430eb8f60. Robert Edmonds 9 years ago
1 changed file(s) with 2 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
286286 #ifdef HAVE_SETRLIMIT
287287 }
288288 #endif
289 log_warn("increased limit(open files) from %u to %u",
290 (unsigned)avail, (unsigned)total+10);
289291 }
290292 #else
291293 (void)cfg;