Skip to content

Commit ddfdc28

Browse files
committed
Lower log severity for /etc/ld.so.conf.d/ not found
1 parent daac556 commit ddfdc28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/purejava/appindicator/AppIndicator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public class AppIndicator extends _AppIndicator {
4343
}
4444
});
4545
} catch (IOException e) {
46-
LOG.error("Directory '{}' does not exist", LD_CONFIG);
46+
LOG.warn("Directory '{}' does not exist", LD_CONFIG);
4747
}
4848

4949
allPath.add("/usr/lib"); // for systems, that don't implement multiarch

0 commit comments

Comments
 (0)