Add logging at start of auto update loop

This commit is contained in:
Cyberboss
2020-05-31 13:43:34 -04:00
parent 6985d63bfa
commit 670bd81023
@@ -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
{