X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=E2Manager%2Fe2managererrors%2Fwrong_state_error.go;h=71167856fdaad4a0b6b8d9f244b2e56ea0e4fe72;hb=6df73c6bad82b1cbc3fe487bbe746b0c3b141b80;hp=cd0cb37734ac04558a6773c586e73e30e983a1c9;hpb=947897d1f1df89967f4db1862d67a5649e10f3a2;p=ric-plt%2Fe2mgr.git diff --git a/E2Manager/e2managererrors/wrong_state_error.go b/E2Manager/e2managererrors/wrong_state_error.go index cd0cb37..7116785 100644 --- a/E2Manager/e2managererrors/wrong_state_error.go +++ b/E2Manager/e2managererrors/wrong_state_error.go @@ -27,7 +27,7 @@ func NewWrongStateError(activityName string, state string) *WrongStateError { return &WrongStateError{ &BaseError{ Code: 403, - Message: fmt.Sprintf("Activity <%s> rejected. RAN current state <%s> does not allow its execution ", activityName, state) , + Message: fmt.Sprintf("Activity %s rejected. RAN current state %s does not allow its execution ", activityName, state) , }, } }