tools: set requested log level

also move a couple logs from INFO to DEBUG
This commit is contained in:
moneromooo-monero
2017-02-12 18:35:54 +00:00
parent cb54eeaa31
commit 142e5e1eb4
3 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -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();