diff --git a/MainWindow.xaml.cs b/MainWindow.xaml.cs index 29713b4..1ce5eb6 100644 --- a/MainWindow.xaml.cs +++ b/MainWindow.xaml.cs @@ -167,10 +167,10 @@ namespace EliteBGS { string report = discord.GenerateDiscordLog(Report); DiscordLog.Text = report; - } catch (Exception e) { + } catch (Exception exception) { Log("Something went terribly wrong while generating the Discord log."); Log("Please send this to CMDR Hekateh:"); - Log(e.ToString()); + Log(exception.ToString()); } }