Clarify that we're talking about KBytes per second vs kBits per second.
Reminded by: bde
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user