Commit 8bddbe84 authored by Andrei Mihu's avatar Andrei Mihu
Browse files

Update default match not found error message.

parent af94a93c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
		}