diff --git a/Requests/GetPermissions.cs b/Requests/GetPermissions.cs index 06ff65c..0c1afe4 100644 --- a/Requests/GetPermissions.cs +++ b/Requests/GetPermissions.cs @@ -48,7 +48,7 @@ namespace HermesSocketServer.Requests Path = r.GetString(2), Allow = r.GetBoolean(3) })); - _logger.Information($"Fetched all redemptions for channel [channel: {channel.Id}]"); + _logger.Information($"Fetched all permissions for channel [channel: {channel.Id}]"); var info = new GroupInfo() {