aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Server
diff options
context:
space:
mode:
authorBond-009 <bond.009@outlook.com>2019-10-29 17:49:41 +0100
committerGitHub <noreply@github.com>2019-10-29 17:49:41 +0100
commit1258a3766f053546a7c6075503aa5b2b010d9d6c (patch)
tree65c49726cef4ba08299a50b2b0f957c157189dda /Jellyfin.Server
parent2702dca8b6e7f31f64e644ec119edc09cb746bb1 (diff)
Update Jellyfin.Server/Program.cs
Co-Authored-By: dkanada <dkanada@users.noreply.github.com>
Diffstat (limited to 'Jellyfin.Server')
-rw-r--r--Jellyfin.Server/Program.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jellyfin.Server/Program.cs b/Jellyfin.Server/Program.cs
index 887283d2a..4e4792252 100644
--- a/Jellyfin.Server/Program.cs
+++ b/Jellyfin.Server/Program.cs
@@ -89,7 +89,7 @@ namespace Jellyfin.Server
var stopWatch = new Stopwatch();
stopWatch.Start();
- // Log all uncaught exception to std error
+ // Log all uncaught exceptions to std error
static void UnhandledExceptionToConsole(object sender, UnhandledExceptionEventArgs e) =>
Console.Error.WriteLine("Unhandled Exception\n" + e.ExceptionObject.ToString());
AppDomain.CurrentDomain.UnhandledException += UnhandledExceptionToConsole;