diff --git a/MPF/Windows/MainWindow.xaml.cs b/MPF/Windows/MainWindow.xaml.cs index e781040f..f5aa5276 100644 --- a/MPF/Windows/MainWindow.xaml.cs +++ b/MPF/Windows/MainWindow.xaml.cs @@ -676,7 +676,7 @@ namespace MPF.Windows } catch (Exception ex) { - LogOutput.ErrorLogLn(ex.Message); + LogOutput.ErrorLogLn(ex.ToString()); StatusLabel.Content = "An exception occurred!"; } finally