aboutsummaryrefslogtreecommitdiff
path: root/src/blockchain_utilities/bootstrap_file.cpp
diff options
context:
space:
mode:
authormoneromooo-monero <moneromooo-monero@users.noreply.github.com>2017-02-12 18:35:54 +0000
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2017-02-12 18:48:39 +0000
commit142e5e1eb47812c04a7623de7a8821726a1f1789 (patch)
treea82b9711cff14e29e7470f7c8fc19fd39af8abcc /src/blockchain_utilities/bootstrap_file.cpp
parentMerge pull request #1698 (diff)
downloadmonero-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.cpp2
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();