mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
- Removed 'increased limit open files' log message that is written
to console. It is only written on verbosity 4 and higher. This keeps system bootup console cleaner. git-svn-id: file:///svn/unbound/trunk@3266 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
f114fd5326
commit
6eb7ebb34d
2 changed files with 4 additions and 1 deletions
|
|
@ -287,7 +287,7 @@ checkrlimits(struct config_file* cfg)
|
|||
#ifdef HAVE_SETRLIMIT
|
||||
}
|
||||
#endif
|
||||
log_warn("increased limit(open files) from %u to %u",
|
||||
verbose(VERB_ALGO, "increased limit(open files) from %u to %u",
|
||||
(unsigned)avail, (unsigned)total+10);
|
||||
}
|
||||
#else
|
||||
|
|
|
|||
|
|
@ -2,6 +2,9 @@
|
|||
- Patch from Robert Edmonds to build pyunbound python module
|
||||
differently. No versioninfo, with -shared and without $(LIBS).
|
||||
- Patch from Robert Edmonds fixes hyphens in unbound-anchor man page.
|
||||
- Removed 'increased limit open files' log message that is written
|
||||
to console. It is only written on verbosity 4 and higher.
|
||||
This keeps system bootup console cleaner.
|
||||
|
||||
11 November 2014: Wouter
|
||||
- iana portlist update.
|
||||
|
|
|
|||
Loading…
Reference in a new issue