fix: kick if banned
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-03-11 21:35:50 +00:00
parent 1799a90341
commit 8459a96e9a
2 changed files with 4 additions and 2 deletions

View File

@ -99,7 +99,7 @@ public class SrsController : Controller
}
catch (Exception ex)
{
_logger.LogWarning("Failed to start stream: {message}", ex.Message);
_logger.LogWarning("Failed to process stream: {message}", ex.Message);
}
return new()