Fix msg for FormatException

This commit is contained in:
Christian Schulz 2019-10-26 00:13:12 +02:00
commit 288c2c1a54

View file

@ -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;
} }