Date: Wed, 14 Jun 2000 21:12:17 -0700 (PDT) From: Peter Wemm <peter@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern subr_bus.c Message-ID: <200006150412.VAA99286@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
peter 2000/06/14 21:12:17 PDT Modified files: sys/kern subr_bus.c Log: Fix a stray debug output. change if (1 || bootverbose) to if (bootverbose) Revision Changes Path 1.69 +4 -4 src/sys/kern/subr_bus.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200006150412.VAA99286>