Skip to content

Commit

Permalink
chore: update log message
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswk committed Sep 18, 2024
1 parent 6a94c72 commit 87ca98f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/main.rs
Original file line number Diff line number Diff line change
@@ -214,7 +214,7 @@ async fn clean_shutdown(
])
.await;
if res.iter().all(|save| save.is_ok()) {
tracing::info!("Successfully persisted data");
tracing::info!("Successfully persisted data to storage backend");
} else {
res.iter()
.filter(|save| save.is_err())

0 comments on commit 87ca98f

Please sign in to comment.