Fix licensing issues
[ric-plt/e2mgr.git] / E2Manager / e2managererrors / wrong_state_error.go
index cd0cb37..7116785 100644 (file)
@@ -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) ,
                },
        }
 }