1
0
Fork 0
forked from lthn/blockchain

tiny enhancement to conn_tool

This commit is contained in:
sowle 2019-02-19 21:42:41 +03:00
parent 84bd7b6e77
commit 9d0f8c9966

View file

@ -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;
}