This commit is contained in:
Joel Wetzell
2025-11-19 21:42:55 -06:00
parent c6fbf3e427
commit 7bc9dc9d20
3 changed files with 3 additions and 3 deletions

View File

@@ -75,7 +75,7 @@ func (us *UDPServer) Run(ctx context.Context) error {
if us.router != nil {
us.router.HandleInput(us.config.Id, message)
} else {
slog.Error("tcp-server has not router", "id", us.config.Id)
slog.Error("tcp-server has no router", "id", us.config.Id)
}
}
}