From a3a4ae8ca4816f0705110204b722c763dcc3e3a4 Mon Sep 17 00:00:00 2001 From: Bauke Date: Sun, 9 Oct 2022 12:22:29 +0200 Subject: [PATCH] Also log the snapshot in Show. --- source/cli/run.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/source/cli/run.rs b/source/cli/run.rs index ea44287..cb72040 100644 --- a/source/cli/run.rs +++ b/source/cli/run.rs @@ -78,6 +78,7 @@ pub async fn run() -> Result<()> { (Some(snapshot), _) => snapshot, }; + info!("Snapshot {snapshot:?}"); for group in GroupDataModel::get_all_by_snapshot(&db, &snapshot).await? { info!(