Update MainForm.cs

This commit is contained in:
J. Fronny 2020-06-18 14:43:37 +00:00
parent bd8bb79593
commit 7ce9dca8f8
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ namespace PowerCalc
catch (Exception e1)
{
#if DEBUG
log("Value error: " + e1);
Log("Value error: " + e1);
#else
Log("Value error: " + e1.Message);
#endif