diff --git a/src/DiIiS-NA/Program.cs b/src/DiIiS-NA/Program.cs index a704cda..31b5334 100644 --- a/src/DiIiS-NA/Program.cs +++ b/src/DiIiS-NA/Program.cs @@ -311,6 +311,7 @@ namespace DiIiS_NA private static bool _shuttingDown = false; public static void Shutdown(Exception exception = null) { + Logger.Trace("Shutdown here"); if (_shuttingDown) return; _shuttingDown = true; if (!IsCancellationRequested())