artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
00d5606
)
remove forgotten debug message
author
ratchov
<ratchov@openbsd.org>
Sat, 31 Jul 2010 08:46:56 +0000
(08:46 +0000)
committer
ratchov
<ratchov@openbsd.org>
Sat, 31 Jul 2010 08:46:56 +0000
(08:46 +0000)
usr.bin/aucat/dev.c
patch
|
blob
|
history
diff --git
a/usr.bin/aucat/dev.c
b/usr.bin/aucat/dev.c
index
4ef5659
..
e56a465
100644
(file)
--- a/
usr.bin/aucat/dev.c
+++ b/
usr.bin/aucat/dev.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: dev.c,v 1.6
2 2010/07/06 01:12:45
ratchov Exp $ */
+/* $OpenBSD: dev.c,v 1.6
3 2010/07/31 08:46:56
ratchov Exp $ */
/*
* Copyright (c) 2008 Alexandre Ratchov <alex@caoua.org>
*
@@
-1152,7
+1152,6
@@
dev_clear(struct dev *d)
}
if (APROC_OK(d->submon)) {
#ifdef DEBUG
- dbg_puts("clearing monitor\n");
if (!LIST_EMPTY(&d->submon->outs)) {
dbg_puts("monitoring end not idle, can't clear device\n");
dbg_panic();