mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Remove unwanted debug output.
PR: bin/17617 Submitted by: Allan Saddi <asaddi@philosophysw.com>
This commit is contained in:
parent
4e2edaf244
commit
4e008b7f9b
1 changed files with 1 additions and 1 deletions
|
|
@ -620,7 +620,7 @@ main(int argc, char *argv[])
|
|||
rodent.zmap[1] = i + 1;
|
||||
mstate[i - 1] = &zstate[0];
|
||||
mstate[i] = &zstate[1];
|
||||
printf("optind: %d, optarg: '%s'\n", optind, optarg);
|
||||
debug("optind: %d, optarg: '%s'", optind, optarg);
|
||||
for (j = 1; j < 4; ++j) {
|
||||
if ((optind >= argc) || !isdigit(*argv[optind]))
|
||||
break;
|
||||
|
|
|
|||
Loading…
Reference in a new issue