diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-04-29 06:47:10 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-04-29 06:47:10 +0000 |
| commit | 1966645d088f1d0afd2943934795c057b7b8bb4a (patch) | |
| tree | 65662d4f8ce8093a19070a39e8662dc1434410d3 /usr.sbin/sade/disks.c | |
| parent | 4f3fd9ad3f23f6843b134718452050d30f5cf307 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/sade/disks.c')
| -rw-r--r-- | usr.sbin/sade/disks.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/sade/disks.c b/usr.sbin/sade/disks.c index 79f58817e23a..a4a0095e59aa 100644 --- a/usr.sbin/sade/disks.c +++ b/usr.sbin/sade/disks.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: disks.c,v 1.44 1996/04/28 03:26:49 jkh Exp $ + * $Id: disks.c,v 1.45 1996/04/28 20:53:54 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -492,6 +492,8 @@ diskPartitionWrite(dialogMenuItem *self) msgConfirm("Unable to find any disks to write to??"); return DITEM_FAILURE; } + if (isDebug()) + msgDebug("diskPartitionWrite: Examining %d devices\n", deviceCount(devs)); for (i = 0; devs[i]; i++) { Chunk *c1; |
