diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2015-01-02 17:35:29 +0000 | 
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2015-01-02 17:35:29 +0000 | 
| commit | 7954be7fa5ea70de36aacebb8bcca2a70af709f4 (patch) | |
| tree | b839bbb75392ad4c301a0393b3ca49fe155c5740 /daemon/unbound.c | |
| parent | 7f563e614fb9a8ce7c8904a3ad346b7e38238339 (diff) | |
Diffstat (limited to 'daemon/unbound.c')
| -rw-r--r-- | daemon/unbound.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/daemon/unbound.c b/daemon/unbound.c index a53fe954db26..5ded5a964cc3 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	 | 
