mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-01-03 13:29:36 -05:00
error message changed.
git-svn-id: file:///svn/unbound/trunk@4819 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
aa5efa172d
commit
3b171545b6
1 changed files with 2 additions and 1 deletions
|
|
@ -410,7 +410,8 @@ int main(int argc, char** argv)
|
|||
break;
|
||||
case 'd':
|
||||
if(atoi(optarg)==0 && strcmp(optarg,"0")!=0) {
|
||||
printf("bad delay: %s\n", optarg);
|
||||
printf("error parsing delay, "
|
||||
"number expected: %s\n", optarg);
|
||||
return 1;
|
||||
}
|
||||
delay = atoi(optarg);
|
||||
|
|
|
|||
Loading…
Reference in a new issue