mirror of
https://github.com/SabreTools/MPF.git
synced 2026-07-02 17:24:48 +00:00
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:
@@ -676,7 +676,7 @@ namespace MPF.Windows
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
LogOutput.ErrorLogLn(ex.Message);
|
||||
LogOutput.ErrorLogLn(ex.ToString());
|
||||
StatusLabel.Content = "An exception occurred!";
|
||||
}
|
||||
finally
|
||||
|
||||
Reference in New Issue
Block a user