diff options
author | jkh <jkh@FreeBSD.org> | 1996-05-28 23:31:20 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1996-05-28 23:31:20 +0000 |
commit | 63fe227349695cc4beec3edb2ef5efaf1b0ff145 (patch) | |
tree | 9d8815ba1afa637fb93a0d254b584f23c8bf5edc /release | |
parent | a0b884c2521ad83c4ac7ec124bac00f7e6c6300b (diff) | |
download | FreeBSD-src-63fe227349695cc4beec3edb2ef5efaf1b0ff145.zip FreeBSD-src-63fe227349695cc4beec3edb2ef5efaf1b0ff145.tar.gz |
Very small semantic change.
Diffstat (limited to 'release')
-rw-r--r-- | release/sysinstall/dist.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/release/sysinstall/dist.c b/release/sysinstall/dist.c index b729626..67110fe 100644 --- a/release/sysinstall/dist.c +++ b/release/sysinstall/dist.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: dist.c,v 1.52 1996/05/16 13:39:06 jkh Exp $ + * $Id: dist.c,v 1.53 1996/05/23 16:34:25 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -419,7 +419,7 @@ distExtract(char *parent, Distribution *me) seconds = stop.tv_sec + (stop.tv_usec / 1000000.0); if (!seconds) seconds = 1; - msgInfo("%d bytes read from distribution chunk %d of %d, %d KBytes/second", + msgInfo("%d bytes read from distribution, chunk %d of %d, %d KBytes/second", total, chunk + 1, numchunks, (total / seconds) / 1024); retval = write(fd2, buf, n); if (retval != n) { |