mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-20 23:29:12 +01:00
log: [refactor] Use info level for init logs
This refactor does not change behavior.
This commit is contained in:
@@ -32,7 +32,7 @@ SignatureCache::SignatureCache(const size_t max_size_bytes)
|
||||
m_salted_hasher_schnorr.Write(PADDING_SCHNORR, 32);
|
||||
|
||||
const auto [num_elems, approx_size_bytes] = setValid.setup_bytes(max_size_bytes);
|
||||
LogPrintf("Using %zu MiB out of %zu MiB requested for signature cache, able to store %zu elements\n",
|
||||
LogInfo("Using %zu MiB out of %zu MiB requested for signature cache, able to store %zu elements",
|
||||
approx_size_bytes >> 20, max_size_bytes >> 20, num_elems);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user