Minor logging changes.

This commit is contained in:
Tom
2025-01-18 21:52:15 +00:00
parent 5067ffe119
commit d13cd71ac0
5 changed files with 18 additions and 6 deletions

View File

@@ -39,7 +39,7 @@ namespace TwitchChatTTS.Hermes.Socket.Requests
var group = _groups.Get(policy.GroupId.ToString());
if (group == null)
{
_logger.Warning($"Policy data is failed: group id not found [group id: {policy.GroupId}][policy id: {policy.Id}]");
_logger.Warning($"Policy's group id not found [group id: {policy.GroupId}][policy id: {policy.Id}]");
return;
}