Don't show warning notifications to the user for internal warnings
This commit is contained in:
parent
934976c0a2
commit
22cbe48a8c
|
@ -33,7 +33,7 @@ public class SystemProperty<T> {
|
|||
try {
|
||||
return valueFunction.apply(prop);
|
||||
} catch (Exception e) {
|
||||
log.logp(Level.WARNING, "SystemProperty", key, e.toString());
|
||||
debug.logp(Level.WARNING, "SystemProperty", key, e.toString());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue