- 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:
Wouter Wijngaards 2014-11-12 11:04:43 +00:00
parent f114fd5326
commit 6eb7ebb34d
2 changed files with 4 additions and 1 deletions

View file

@ -287,7 +287,7 @@ checkrlimits(struct config_file* cfg)
#ifdef HAVE_SETRLIMIT #ifdef HAVE_SETRLIMIT
} }
#endif #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); (unsigned)avail, (unsigned)total+10);
} }
#else #else

View file

@ -2,6 +2,9 @@
- Patch from Robert Edmonds to build pyunbound python module - Patch from Robert Edmonds to build pyunbound python module
differently. No versioninfo, with -shared and without $(LIBS). differently. No versioninfo, with -shared and without $(LIBS).
- Patch from Robert Edmonds fixes hyphens in unbound-anchor man page. - 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 11 November 2014: Wouter
- iana portlist update. - iana portlist update.