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!(