diff --git a/src-tauri/src/notification_actions.rs b/src-tauri/src/notification_actions.rs index c3c45a1..50e456f 100644 --- a/src-tauri/src/notification_actions.rs +++ b/src-tauri/src/notification_actions.rs @@ -254,7 +254,7 @@ fn announce_dialog_change(app: &AppHandle, context: &ActionContext) { DIALOG_CHANGED_EVENT, serde_json::json!({ "dialogId": dialog_id }), ) { - log::warn!("emit {DIALOG_CHANGED_EVENT}: {e}"); + log::warn!("[notifications] emit {DIALOG_CHANGED_EVENT}: {e}"); } }