Преглед изворни кода

lower log level

tags/2.0.1
Jonathan Cobb пре 4 година
родитељ
комит
b7a9937111
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      src/main/java/bubble/abp/selector/AbpClause.java

+ 1
- 1
src/main/java/bubble/abp/selector/AbpClause.java Прегледај датотеку

@@ -40,7 +40,7 @@ public class AbpClause {

case has:
if (!spec.startsWith(">")) {
log.warn("expected abp-has argument to begin with > :"+spec);
log.info("expected abp-has argument to begin with > :"+spec);
} else {
spec = spec.substring(1);
}


Loading…
Откажи
Сачувај