mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Clarify that we're talking about KBytes per second vs kBits per second.
Reminded by: bde
This commit is contained in:
parent
16b88ed98d
commit
e8f9fc5813
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue