Polish
Closes gh-11418
This commit is contained in:
committed by
Stephane Nicoll
parent
644359920b
commit
3c5ccb1166
@@ -46,9 +46,11 @@ class ConditionEvaluationDeltaLoggingListener
|
||||
if (!delta.getConditionAndOutcomesBySource().isEmpty()
|
||||
|| !delta.getExclusions().isEmpty()
|
||||
|| !delta.getUnconditionalClasses().isEmpty()) {
|
||||
this.logger.info("Condition evaluation delta:"
|
||||
+ new ConditionEvaluationReportMessage(delta,
|
||||
"CONDITION EVALUATION DELTA"));
|
||||
if (this.logger.isInfoEnabled()) {
|
||||
this.logger.info("Condition evaluation delta:"
|
||||
+ new ConditionEvaluationReportMessage(delta,
|
||||
"CONDITION EVALUATION DELTA"));
|
||||
}
|
||||
}
|
||||
else {
|
||||
this.logger.info("Condition evaluation unchanged");
|
||||
|
||||
Reference in New Issue
Block a user