mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-29 08:00:19 +01:00
Add some minor chat message monitoring logging
This commit is contained in:
@@ -774,7 +774,9 @@ namespace Tgstation.Server.Host.Components.Chat
|
||||
|
||||
if (messageTasks.Count == 0)
|
||||
{
|
||||
logger.LogTrace("No providers active, pausing messsage monitoring...");
|
||||
await updatedTask.WithToken(cancellationToken).ConfigureAwait(false);
|
||||
logger.LogTrace("Resuming message monitoring...");
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user