From 7a6da63d21a764f0c2c9c84a0dd34731dbbc743b Mon Sep 17 00:00:00 2001 From: Alex Hornung Date: Tue, 6 Mar 2012 00:32:08 +0000 Subject: [PATCH] vfs_conf - remove old debug message tryroot() --- sys/kern/vfs_conf.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/kern/vfs_conf.c b/sys/kern/vfs_conf.c index cf01a41613..de66f640c6 100644 --- a/sys/kern/vfs_conf.c +++ b/sys/kern/vfs_conf.c @@ -604,7 +604,6 @@ kgetdiskbyname(const char *name) /* * Locate the device */ - kprintf("tryroot %s\n", name); rdev = devfs_find_device_by_name(name); if (rdev == NULL) { kprintf("no disk named '%s'\n", name); -- 2.41.0