File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
main/java/org/purejava/appindicator
test/java/org/purejava/appindicator Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ final class RuntimeHelper {
3030 LOG .debug ("Native code library appindicator3 successfully loaded" );
3131 isLoaded = true ;
3232 } catch (UnsatisfiedLinkError e ) {
33- LOG .error ("Native code library failed to load. \n " , e );
33+ LOG .info ("Native code library appindicator3 failed to load" );
3434 }
3535 SymbolLookup loaderLookup = SymbolLookup .loaderLookup ();
3636 SYMBOL_LOOKUP = name -> loaderLookup .find (name ).or (() -> LINKER .defaultLookup ().find (name ));
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ public void shouldHaveNoErrors() {
1919 System .loadLibrary ("appindicator3" );
2020 LOG .debug ("Native code library appindicator3 successfully loaded" );
2121 } catch (UnsatisfiedLinkError e ) {
22- LOG .error ("Native code library failed to load. \n " , e );
22+ LOG .info ("Native code library appindicator3 failed to load" );
2323 }
2424 }
2525}
You can’t perform that action at this time.
0 commit comments