From 9d0f8c9966bb153f0f4d2d6a475080266d1dcc5c Mon Sep 17 00:00:00 2001 From: sowle Date: Tue, 19 Feb 2019 21:42:41 +0300 Subject: [PATCH] tiny enhancement to conn_tool --- src/connectivity_tool/conn_tool.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/connectivity_tool/conn_tool.cpp b/src/connectivity_tool/conn_tool.cpp index e73cbe49..08edbcf2 100644 --- a/src/connectivity_tool/conn_tool.cpp +++ b/src/connectivity_tool/conn_tool.cpp @@ -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; }