mirror of
https://github.com/mhx/dwarfs.git
synced 2025-08-03 17:56:12 -04:00
chore(block_cache): produce less noise in verbose logging mode
This commit is contained in:
parent
4168649c2f
commit
6cf07409dc
@ -724,7 +724,7 @@ class block_cache_ final : public block_cache::impl {
|
||||
block->touch();
|
||||
}
|
||||
|
||||
LOG_VERBOSE << "inserting block " << block_no << " into cache";
|
||||
LOG_DEBUG << "inserting block " << block_no << " into cache";
|
||||
|
||||
cache_.set(block_no, std::move(block));
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user