summaryrefslogtreecommitdiff
path: root/usr.sbin/dconschat
diff options
context:
space:
mode:
authorHidetoshi Shimokawa <simokawa@FreeBSD.org>2003-10-25 14:51:36 +0000
committerHidetoshi Shimokawa <simokawa@FreeBSD.org>2003-10-25 14:51:36 +0000
commitbe162aff87e7527366af76c2b324eaeb1bc6945c (patch)
tree49f0175b4ecc974caaf61683c7b54f7de56cb27f /usr.sbin/dconschat
parent801517fd4ee48fc369d33961cce4059f37e762fc (diff)
downloadsrc-test2-be162aff87e7527366af76c2b324eaeb1bc6945c.tar.gz
src-test2-be162aff87e7527366af76c2b324eaeb1bc6945c.zip
Notes
Diffstat (limited to 'usr.sbin/dconschat')
-rw-r--r--usr.sbin/dconschat/dconschat.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.sbin/dconschat/dconschat.c b/usr.sbin/dconschat/dconschat.c
index 2a982ab0af5f..ee9e49782234 100644
--- a/usr.sbin/dconschat/dconschat.c
+++ b/usr.sbin/dconschat/dconschat.c
@@ -833,7 +833,6 @@ main(int argc, char **argv)
poll_hz = strtoul(optarg, NULL, 0);
if (poll_hz == 0)
poll_hz = DCONS_POLL_HZ;
- printf("poll_hz = %d\n", poll_hz);
break;
case 'r':
dc->flags |= F_REPLAY;