From 01b3e9a58be60d613a1575a5cd4341ab143f4ad3 Mon Sep 17 00:00:00 2001 From: jkh Date: Fri, 17 Jan 1997 08:47:13 +0000 Subject: Now that I know which parts of the installation really need it (since there's no menu display bug to work around now), be far more selective in my use of DITEM_RECREATE (which is slow and involves much screen I/O). --- usr.sbin/sysinstall/dos.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'usr.sbin/sysinstall/dos.c') diff --git a/usr.sbin/sysinstall/dos.c b/usr.sbin/sysinstall/dos.c index 0e3ccec..abc3deb 100644 --- a/usr.sbin/sysinstall/dos.c +++ b/usr.sbin/sysinstall/dos.c @@ -60,8 +60,7 @@ mediaInitDOS(Device *dev) return FALSE; } DOSMounted = TRUE; - if (isDebug()) - msgDebug("DOS partition %s mounted\n", dev->devname); + msgDebug("DOS partition %s mounted\n", dev->devname); return TRUE; } -- cgit v1.1