diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-02-12 18:35:54 +0000 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-02-12 18:48:39 +0000 |
commit | 142e5e1eb47812c04a7623de7a8821726a1f1789 (patch) | |
tree | a82b9711cff14e29e7470f7c8fc19fd39af8abcc /src/blockchain_utilities/bootstrap_file.cpp | |
parent | Merge pull request #1698 (diff) | |
download | monero-142e5e1eb47812c04a7623de7a8821726a1f1789.tar.xz |
tools: set requested log level
also move a couple logs from INFO to DEBUG
Diffstat (limited to '')
-rw-r--r-- | src/blockchain_utilities/bootstrap_file.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/blockchain_utilities/bootstrap_file.cpp b/src/blockchain_utilities/bootstrap_file.cpp index add2c65e6..94b474d4d 100644 --- a/src/blockchain_utilities/bootstrap_file.cpp +++ b/src/blockchain_utilities/bootstrap_file.cpp @@ -458,7 +458,7 @@ uint64_t BootstrapFile::count_blocks(const std::string& import_file_path) bytes_read += chunk_size; // std::cout << refresh_string; - MINFO("Number bytes scanned: " << bytes_read); + MDEBUG("Number bytes scanned: " << bytes_read); } import_file.close(); |