We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent daac556 commit ddfdc28Copy full SHA for ddfdc28
src/main/java/org/purejava/appindicator/AppIndicator.java
@@ -43,7 +43,7 @@ public class AppIndicator extends _AppIndicator {
43
}
44
});
45
} catch (IOException e) {
46
- LOG.error("Directory '{}' does not exist", LD_CONFIG);
+ LOG.warn("Directory '{}' does not exist", LD_CONFIG);
47
48
49
allPath.add("/usr/lib"); // for systems, that don't implement multiarch
0 commit comments