diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-08-23 07:56:06 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-08-23 07:56:06 +0000 |
| commit | fc8cb165974fd05cb38fea93ed17f9e52acafbe8 (patch) | |
| tree | 69af8b5de1d6b46ca3b0dfb634ea459085641164 /release/sysinstall/dos.c | |
| parent | 55d423f3ad79a9952333d87750fa55d8240d7adf (diff) | |
Notes
Diffstat (limited to 'release/sysinstall/dos.c')
| -rw-r--r-- | release/sysinstall/dos.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/release/sysinstall/dos.c b/release/sysinstall/dos.c index b1edd3d4835a..d1aa615f717c 100644 --- a/release/sysinstall/dos.c +++ b/release/sysinstall/dos.c @@ -4,7 +4,7 @@ * This is probably the last attempt in the `sysinstall' line, the next * generation being slated to essentially a complete rewrite. * - * $Id: dos.c,v 1.12 1996/04/28 03:26:54 jkh Exp $ + * $Id: dos.c,v 1.13 1996/07/08 08:54:25 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -82,7 +82,8 @@ mediaGetDOS(Device *dev, char *file, Boolean probe) { char buf[PATH_MAX]; - msgDebug("Request for %s from DOS\n", file); + if (isDebug()) + msgDebug("Request for %s from DOS\n", file); snprintf(buf, PATH_MAX, "/dos/freebsd/%s", file); if (file_readable(buf)) return open(buf, O_RDONLY); |
