mirror of
https://github.com/GothenburgBitFactory/taskchampion-sync-server.git
synced 2026-04-07 02:00:39 +00:00
Fix logging levels (#29)
This commit is contained in:
@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user