Skip to content

Commit 0a4e825

Browse files
authored
Merge pull request #140 from ImMin5/master
Modify error message
2 parents 80eeeb9 + cfaf60c commit 0a4e825

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/spaceone/monitoring/service/event_rule_service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ def _check_recursive_actions(
464464
)
465465
raise ERROR_INVALID_PARAMETER(
466466
key="actions.change_project",
467-
reason=f"The {change_project_id} in the action should be different from the project_id in the event rule.",
467+
reason=f"To avoid an infinite loop, the change_project_id({change_project_id}) in the action must differ from the project_id in the event rule.",
468468
)
469469

470470
visited_project_ids.append(change_project_id)

0 commit comments

Comments
 (0)