forked from lthn/blockchain
tiny enhancement to conn_tool
This commit is contained in:
parent
84bd7b6e77
commit
9d0f8c9966
1 changed files with 1 additions and 1 deletions
|
|
@ -996,7 +996,7 @@ bool handle_download_peer_log(po::variables_map& vm)
|
|||
}
|
||||
|
||||
std::cout << "Remote log from offset " << start_offset << " to offset " << end_offset << " (" << end_offset - start_offset << " bytes) " <<
|
||||
"was successfully downloaded to " << local_filename;
|
||||
"was successfully downloaded to " << local_filename << ENDL;
|
||||
|
||||
return true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue