mirror of
https://github.com/greenshot/greenshot
synced 2025-08-21 22:13:23 -07:00
Change Wording for Log Message
This commit is contained in:
parent
5b40d2c0be
commit
b189c28ae1
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue