File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
main/java/org/purejava/linux
test/java/org/purejava/linux Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ private RuntimeHelper() {}
2727 static {
2828 try {
2929 System .loadLibrary ("appindicator3" );
30+ LOG .debug ("Native code library appindicator3 successfully loaded" );
3031 isLoaded = true ;
3132 } catch (UnsatisfiedLinkError e ) {
3233 LOG .error ("Native code library failed to load.\n " , e );
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ class AppIndicatorTest {
1717 public void shouldHaveNoErrors () {
1818 try {
1919 System .loadLibrary ("appindicator3" );
20+ LOG .debug ("Native code library appindicator3 successfully loaded" );
2021 } catch (UnsatisfiedLinkError e ) {
2122 LOG .error ("Native code library failed to load.\n " , e );
2223 }
You can’t perform that action at this time.
0 commit comments