From b189c28ae1d699bf254a3a18587df74184a93ee1 Mon Sep 17 00:00:00 2001 From: jklingen Date: Fri, 23 May 2025 14:54:58 +0200 Subject: [PATCH] Change Wording for Log Message --- src/Greenshot.Plugin.Win10/ToastNotificationService.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Greenshot.Plugin.Win10/ToastNotificationService.cs b/src/Greenshot.Plugin.Win10/ToastNotificationService.cs index 91bfa12cf..52005356c 100644 --- a/src/Greenshot.Plugin.Win10/ToastNotificationService.cs +++ b/src/Greenshot.Plugin.Win10/ToastNotificationService.cs @@ -102,7 +102,8 @@ namespace Greenshot.Plugin.Win10 } catch (Exception ex) { - Log.Warn("Ignoring exception as this means that it was not possible to create a toast notifier.", ex); + Log.Warn("Could not create a toast notifier.", ex); + return; }