summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKazutaka YOKOTA <yokota@FreeBSD.org>2000-03-31 12:35:33 +0000
committerKazutaka YOKOTA <yokota@FreeBSD.org>2000-03-31 12:35:33 +0000
commit4e008b7f9b602acadb5cdc565ec061fd7fdb743b (patch)
tree410dd0f4b1aa419bd3706b5a1fd0237aa1e57cbd
parent4e2edaf244b7cb9fe1179367064febf6179a1140 (diff)
Notes
-rw-r--r--usr.sbin/moused/moused.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/moused/moused.c b/usr.sbin/moused/moused.c
index 96cbcea675a7..f6813f2fd9b1 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;