summaryrefslogtreecommitdiffstats
path: root/usr.sbin/moused
diff options
context:
space:
mode:
authoryokota <yokota@FreeBSD.org>2000-03-31 12:35:33 +0000
committeryokota <yokota@FreeBSD.org>2000-03-31 12:35:33 +0000
commit4be601e0e6940379f2234eaa51b63d536a42b449 (patch)
treeb5f776f15f8a74a9726c2018b55511962057fc31 /usr.sbin/moused
parentb0b54e3d8b917a6eeaf781c19bad1590ff512da4 (diff)
downloadFreeBSD-src-4be601e0e6940379f2234eaa51b63d536a42b449.zip
FreeBSD-src-4be601e0e6940379f2234eaa51b63d536a42b449.tar.gz
Remove unwanted debug output.
PR: bin/17617 Submitted by: Allan Saddi <asaddi@philosophysw.com>
Diffstat (limited to 'usr.sbin/moused')
-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 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;
OpenPOWER on IntegriCloud