diff options
| author | warptangent <warptangent@inbox.com> | 2015-07-11 12:38:20 -0700 |
|---|---|---|
| committer | warptangent <warptangent@inbox.com> | 2015-07-11 23:54:16 -0700 |
| commit | f9e4afd52a404f49dc71709e35c88e0d6a4ecbaa (patch) | |
| tree | 268ec076aed7cb987f222516fa76ed0fc815ea08 | |
| parent | 699e4b3f65baf8bb2ddd2377dc74e2a3168c6244 (diff) | |
| download | monzero-core-f9e4afd52a404f49dc71709e35c88e0d6a4ecbaa.tar.gz monzero-core-f9e4afd52a404f49dc71709e35c88e0d6a4ecbaa.tar.xz monzero-core-f9e4afd52a404f49dc71709e35c88e0d6a4ecbaa.zip | |
blockchain_utilities: Increase debug statement's log level
| -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 70f0b1fec..573cb1572 100644 --- a/src/blockchain_utilities/bootstrap_file.cpp +++ b/src/blockchain_utilities/bootstrap_file.cpp @@ -454,7 +454,7 @@ uint64_t BootstrapFile::count_blocks(const std::string& import_file_path) str1.assign(buf1, sizeof(chunk_size)); if (! ::serialization::parse_binary(str1, chunk_size)) throw std::runtime_error("Error in deserialization of chunk_size"); - LOG_PRINT_L1("chunk_size: " << chunk_size); + LOG_PRINT_L3("chunk_size: " << chunk_size); if (chunk_size > BUFFER_SIZE) { |
