Clarify that we're talking about KBytes per second vs kBits per second.

Reminded by:	bde
This commit is contained in:
Jordan K. Hubbard 2001-04-09 16:49:50 +00:00
parent 16b88ed98d
commit e8f9fc5813

View file

@ -760,7 +760,7 @@ distExtract(char *parent, Distribution *me)
if (seconds != last_msg) {
last_msg = seconds;
msgInfo("%10d bytes read from %s dist, chunk %2d of %2d @ %.1f KB/sec.",
msgInfo("%10d bytes read from %s dist, chunk %2d of %2d @ %.1f KBytes/sec.",
total, dist, chunk + 1, numchunks, (total / seconds) / 1000.0);
}
}