Update MainForm.cs
This commit is contained in:
parent
bd8bb79593
commit
7ce9dca8f8
@ -141,7 +141,7 @@ namespace PowerCalc
|
|||||||
catch (Exception e1)
|
catch (Exception e1)
|
||||||
{
|
{
|
||||||
#if DEBUG
|
#if DEBUG
|
||||||
log("Value error: " + e1);
|
Log("Value error: " + e1);
|
||||||
#else
|
#else
|
||||||
Log("Value error: " + e1.Message);
|
Log("Value error: " + e1.Message);
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user