Change Wording for Log Message

This commit is contained in:
jklingen 2025-05-23 14:54:58 +02:00 committed by GitHub
commit b189c28ae1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -102,7 +102,8 @@ namespace Greenshot.Plugin.Win10
} }
catch (Exception ex) 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; return;
} }