mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2026-02-12 15:07:11 -06:00
FlatSVGIcon: changed logging when icon resource is not found from "severe" to "config" (issue #476)
This commit is contained in:
@@ -480,7 +480,7 @@ public class FlatSVGIcon
|
|||||||
|
|
||||||
if( url == null ) {
|
if( url == null ) {
|
||||||
loadFailed = true;
|
loadFailed = true;
|
||||||
LoggingFacade.INSTANCE.logSevere( "FlatSVGIcon: resource '" + name + "' not found (if using Java modules, check whether icon package is opened in module-info.java)", null );
|
LoggingFacade.INSTANCE.logConfig( "FlatSVGIcon: resource '" + name + "' not found (if using Java modules, check whether icon package is opened in module-info.java)", null );
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user