diff options
-rw-r--r-- | usr.sbin/moused/moused.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/moused/moused.c b/usr.sbin/moused/moused.c index 96cbcea..f6813f2f 100644 --- a/usr.sbin/moused/moused.c +++ b/usr.sbin/moused/moused.c @@ -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; |