Fix msg for FormatException (#150)

This commit is contained in:
Christian Schulz 2019-10-30 12:43:58 +01:00 committed by Robin Krom
commit 9b1c766c19

View file

@ -65,7 +65,7 @@ namespace Greenshot.Addons.Components
{
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;
}