blockchain_utilities: Increase debug statement's log level

pull/95/head
warptangent 9 years ago
parent 699e4b3f65
commit f9e4afd52a
No known key found for this signature in database
GPG Key ID: 0E490BEBFBE4E92D

@ -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)
{

Loading…
Cancel
Save