This commit is contained in:
Mateleo 2024-11-22 16:11:09 +01:00
parent d191af9b93
commit 06f72de1f7

View File

@ -313,7 +313,7 @@ namespace DiIiS_NA
{
Logger.Trace("Shutdown here");
Logger.Debug("Stack trace at shutdown: " + Environment.StackTrace); // Log the stack trace
Logger.Trace("Stack trace at shutdown: " + Environment.StackTrace); // Log the stack trace
if (_shuttingDown) return;
_shuttingDown = true;
if (!IsCancellationRequested())