mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-30 16:39:21 +01:00
Add logging at start of auto update loop
This commit is contained in:
@@ -150,6 +150,7 @@ namespace Tgstation.Server.Host.Components
|
||||
#pragma warning disable CA1502 // TODO: Decomplexify
|
||||
async Task TimerLoop(uint minutes, CancellationToken cancellationToken)
|
||||
{
|
||||
logger.LogTrace("Entering auto-update loop");
|
||||
while (true)
|
||||
try
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user