Merge branch 'stable-2.14' into stable-2.15
* stable-2.14: PrologEnvironment#setPredicate: Reduce log level to DEBUG Change-Id: I2ec9564a7be7f27bd65e9e04e1d96bdfe3667471
This commit is contained in:
@@ -82,7 +82,7 @@ public class PrologEnvironment extends BufferingPrologControl {
|
||||
public void setPredicate(Predicate goal) {
|
||||
super.setPredicate(goal);
|
||||
int reductionLimit = args.reductionLimit(goal);
|
||||
log.info("setting reductionLimit {}", reductionLimit);
|
||||
log.debug("setting reductionLimit {}", reductionLimit);
|
||||
setReductionLimit(reductionLimit);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user