summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2003-04-21 17:25:39 +0000
committerimp <imp@FreeBSD.org>2003-04-21 17:25:39 +0000
commit3a058512c4d07de369fd3c8d3dae6ae27fc8a552 (patch)
tree32f6d608de70bf57cbc4901f6450fc603c0c5334 /sbin
parent82a28ce246cd7ac3542c081b0939802c8465fa4e (diff)
downloadFreeBSD-src-3a058512c4d07de369fd3c8d3dae6ae27fc8a552.zip
FreeBSD-src-3a058512c4d07de369fd3c8d3dae6ae27fc8a552.tar.gz
Kill debug printf that crept in my last commit
Diffstat (limited to 'sbin')
-rw-r--r--sbin/devd/devd.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/sbin/devd/devd.cc b/sbin/devd/devd.cc
index 28e30e3..d8bb436 100644
--- a/sbin/devd/devd.cc
+++ b/sbin/devd/devd.cc
@@ -696,7 +696,6 @@ event_loop(void)
FD_SET(fd, &fds);
rv = select(fd + 1, &fds, &fds, &fds, &tv);
// No events -> we've processed all pending events
- fprintf(stderr, "Select returns %d\n", rv);
if (rv == 0) {
if (Dflag)
fprintf(stderr, "Calling daemon\n");
OpenPOWER on IntegriCloud