mirror of
https://github.com/greenshot/greenshot
synced 2025-08-22 22:34:27 -07:00
Fix msg for FormatException
This commit is contained in:
parent
43ca58dc0c
commit
288c2c1a54
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ namespace Greenshot.Addons.Components
|
||||||
{
|
{
|
||||||
if (exportInformation == null || !_coreConfiguration.ShowTrayNotification)
|
if (exportInformation == null || !_coreConfiguration.ShowTrayNotification)
|
||||||
{
|
{
|
||||||
Log.Info().WriteLine("No notification due to ShowTrayNotification = {0} - or export made = {1}", _coreConfiguration.ShowTrayNotification);
|
Log.Info().WriteLine("No notification due to ShowTrayNotification = {0} - or exportInformation is null", _coreConfiguration.ShowTrayNotification);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue