From 3817d2d682901640049017ae9485326470589dbb Mon Sep 17 00:00:00 2001 From: houseme Date: Mon, 23 Jun 2025 14:32:16 +0800 Subject: [PATCH] Update crates/notify/src/integration.rs Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- crates/notify/src/integration.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/notify/src/integration.rs b/crates/notify/src/integration.rs index d5c21fb20..7fa9cfae3 100644 --- a/crates/notify/src/integration.rs +++ b/crates/notify/src/integration.rs @@ -224,7 +224,7 @@ impl NotificationSystem { let mut changed = false; if let Some(targets_of_type) = config.0.get_mut(target_type) { if targets_of_type.remove(&target_id.name).is_some() { - info!("Remove target from configuration {}", target_id); + info!("Removed target {} from configuration", target_id); changed = true; } if targets_of_type.is_empty() {