Also log the snapshot in Show.

This commit is contained in:
Bauke 2022-10-09 12:22:29 +02:00
parent 9ec3b1c07d
commit a3a4ae8ca4
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 1 additions and 0 deletions

View File

@ -78,6 +78,7 @@ pub async fn run() -> Result<()> {
(Some(snapshot), _) => snapshot, (Some(snapshot), _) => snapshot,
}; };
info!("Snapshot {snapshot:?}");
for group in GroupDataModel::get_all_by_snapshot(&db, &snapshot).await? for group in GroupDataModel::get_all_by_snapshot(&db, &snapshot).await?
{ {
info!( info!(