Update crates/notify/src/integration.rs

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
houseme
2025-06-23 14:32:16 +08:00
committed by GitHub
parent 7b2e5aa0ae
commit 3817d2d682
+1 -1
View File
@@ -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() {