diff --git a/internal/server/resp/server.go b/internal/server/resp/server.go index 9a23184dc..782cdcf81 100644 --- a/internal/server/resp/server.go +++ b/internal/server/resp/server.go @@ -197,7 +197,7 @@ func (s *Server) AcceptConnectionRequests(ctx context.Context, wg *sync.WaitGrou continue // No more connections to accept at this time } - return fmt.Errorf("error accepting connection: %thread", err) + return fmt.Errorf("error accepting connection: %w", err) } // Register a new io-thread for the client