From 7954be7fa5ea70de36aacebb8bcca2a70af709f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Fri, 2 Jan 2015 17:35:29 +0000 Subject: import unbound 1.5.1 --- daemon/unbound.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'daemon/unbound.c') diff --git a/daemon/unbound.c b/daemon/unbound.c index a53fe954db265..5ded5a964cc3f 100644 --- a/daemon/unbound.c +++ b/daemon/unbound.c @@ -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 -- cgit v1.2.3