added missing bytes to kilobytes conversion
This commit is contained in:
parent
7cf6e83461
commit
c3360d5e6a
1 changed files with 1 additions and 1 deletions
|
@ -391,7 +391,7 @@ namespace {
|
|||
config cfg;
|
||||
read_gz(cfg, *stream);
|
||||
std::cerr << " size: " <<
|
||||
network::send_data(cfg, sock, false)
|
||||
(network::send_data(cfg, sock, false)/1024)
|
||||
<< "kb\n";
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue