mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
Nicer error.
git-svn-id: file:///svn/unbound/trunk@106 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
e034543b13
commit
25069ad1cc
1 changed files with 2 additions and 2 deletions
|
|
@ -170,8 +170,8 @@ worker_handle_request(struct comm_point* c, void* arg, int error,
|
|||
return 0;
|
||||
}
|
||||
if(worker->num_requests > 0) {
|
||||
verbose(VERB_DETAIL, "worker: too many requests active. "
|
||||
"dropping incoming query.");
|
||||
verbose(VERB_DETAIL, "worker: too many incoming requests "
|
||||
"active. dropping incoming query.");
|
||||
comm_point_drop_reply(repinfo);
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue