]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Removed 'increased limit open files' log message that is written
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Wed, 12 Nov 2014 11:04:43 +0000 (11:04 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Wed, 12 Nov 2014 11:04:43 +0000 (11:04 +0000)
  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

daemon/unbound.c
doc/Changelog

index a53fe954db265b3e6a48bd08b842a5ef9d453271..5ded5a964cc3f14cc26730b564df966fdb0dcb79 100644 (file)
@@ -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  
index 58c1fd7959528c7741bd11ebc3bcc69a5269d572..6effaea03f200d999904367d903c117d65034ac5 100644 (file)
@@ -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.