Skip to content

Commit

Permalink
Fixed small issue with build to resolve Jenkins failure.
Browse files Browse the repository at this point in the history
Signed-off-by: morph166955 <[email protected]>
  • Loading branch information
morph166955 committed Feb 7, 2021
1 parent 5236c66 commit 5f2b3b9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ private void triggered(Trigger trigger, Map<String, ?> outputs, int itteration)
} else {
re.logger.debug(
"The trigger '{}' of rule '{}' is triggered. Rule failed to execute due to maximum itterations.",
trigger.getId(), ruleUID, ruleStatus);
trigger.getId(), ruleUID);
return;
}
}
Expand Down

0 comments on commit 5f2b3b9

Please sign in to comment.