Fix logging levels (#29)

This commit is contained in:
Adrian Sadłocha
2024-07-21 16:02:12 +01:00
committed by GitHub
parent bfcb0e675e
commit c3ccf1ee2b
2 changed files with 2 additions and 2 deletions

View File

@ -267,7 +267,7 @@ pub(crate) fn add_snapshot<'a>(
}
}
log::warn!("accepting snapshot for version {}", version_id);
log::debug!("accepting snapshot for version {}", version_id);
txn.set_snapshot(
client_id,
Snapshot {