mirror of
https://github.com/greenshot/greenshot
synced 2025-08-22 14:24:43 -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)
|
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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue