summaryrefslogtreecommitdiff
path: root/daemon/unbound.c
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2015-01-02 17:35:29 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2015-01-02 17:35:29 +0000
commit7954be7fa5ea70de36aacebb8bcca2a70af709f4 (patch)
treeb839bbb75392ad4c301a0393b3ca49fe155c5740 /daemon/unbound.c
parent7f563e614fb9a8ce7c8904a3ad346b7e38238339 (diff)
Diffstat (limited to 'daemon/unbound.c')
-rw-r--r--daemon/unbound.c2
1 files changed, 1 insertions, 1 deletions
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