From 5d202454c09e0d90a7c141cd949d916cb38fc42a Mon Sep 17 00:00:00 2001 From: Mateleo Date: Fri, 22 Nov 2024 16:03:59 +0100 Subject: [PATCH] test --- src/DiIiS-NA/Program.cs | 1 + 1 file changed, 1 insertion(+) 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())