Errors during dumping should be more verbose

This should *hopefully* be a temporary change in order to determine what is failing after many dumps in a row.
This commit is contained in:
Matt Nadareski
2021-04-02 14:23:02 -07:00
parent d2c504898a
commit 7c7e78fd4e

View File

@@ -676,7 +676,7 @@ namespace MPF.Windows
}
catch (Exception ex)
{
LogOutput.ErrorLogLn(ex.Message);
LogOutput.ErrorLogLn(ex.ToString());
StatusLabel.Content = "An exception occurred!";
}
finally