diff --git a/server/pipeline_match.go b/server/pipeline_match.go index a9600656ddc1e32486909ab385ead78fcb9f05ed..a6e65a1f3bf3743d0f06757c7435527b26d9f5a1 100644 --- a/server/pipeline_match.go +++ b/server/pipeline_match.go @@ -179,7 +179,7 @@ func (p *Pipeline) matchJoin(logger *zap.Logger, session Session, envelope *rtap // Match did not exist. session.Send(&rtapi.Envelope{Cid: envelope.Cid, Message: &rtapi.Envelope_Error{Error: &rtapi.Error{ Code: int32(rtapi.Error_MATCH_NOT_FOUND), - Message: "Match join rejected", + Message: "Match not found", }}}) return }