=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/aucat/Attic/dev.c,v retrieving revision 1.73 retrieving revision 1.74 diff -u -r1.73 -r1.74 --- src/usr.bin/aucat/Attic/dev.c 2011/12/02 10:34:50 1.73 +++ src/usr.bin/aucat/Attic/dev.c 2012/01/10 08:06:28 1.74 @@ -1,4 +1,4 @@ -/* $OpenBSD: dev.c,v 1.73 2011/12/02 10:34:50 ratchov Exp $ */ +/* $OpenBSD: dev.c,v 1.74 2012/01/10 08:06:28 ratchov Exp $ */ /* * Copyright (c) 2008 Alexandre Ratchov * @@ -836,7 +836,7 @@ ((d->mode & MODE_REC) && !APROC_OK(d->sub)) || ((d->mode & MODE_MON) && !APROC_OK(d->submon))) { #ifdef DEBUG - if (debug_level >= 1) { + if (debug_level >= 2) { dev_dbg(d); dbg_puts(": device disappeared\n"); }