Codebase list unbound / 110245b
daemon/unbound.c: remove pointless "increased limit" log message printed to the console Robert S. Edmonds 12 years ago
1 changed file(s) with 0 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
264264 "ports in config to remove this warning");
265265 return;
266266 }
267 log_warn("increased limit(open files) from %u to %u",
268 (unsigned)avail, (unsigned)total+10);
269267 }
270268 #else
271269 (void)cfg;