Skip to content

Commit 3f08f59

Browse files
committed
error in resources
1 parent b5caaab commit 3f08f59

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/LogExpert.UI/Dialogs/LogTabWindow/LogTabWindow.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1427,7 +1427,7 @@ private void ProgressBarUpdateWorker (ProgressEventArgs e)
14271427
}
14281428
catch (Exception ex)
14291429
{
1430-
_logger.Error(string.Format(CultureInfo.InvariantCulture, Resources.LogExpert_Common_Error_5Parameters_ErrorDuring0Value1Min2Max3Visible45, e.Value, e.MinValue, e.MaxValue, e.Visible, ex));
1430+
_logger.Error(string.Format(CultureInfo.InvariantCulture, Resources.LogExpert_Common_Error_5Parameters_ErrorDuring0Value1Min2Max3Visible45, e.Value, e.MinValue, e.MaxValue, e.Visible), ex);
14311431
}
14321432

14331433
_ = Invoke(new MethodInvoker(statusStrip.Refresh));

0 commit comments

Comments
 (0)