Fix typo in NativeLibraryLoader debug log message (#8947)
Motivation: We had a typo in NativeLibraryLoader debug log message which could misslead the user. Modifications: Fix typo to correctly state java.library.path Result: Correct and less confusing log message
This commit is contained in:
parent
c8daea3045
commit
eab849176b
@ -138,7 +138,7 @@ public final class NativeLibraryLoader {
|
||||
} catch (Throwable ex) {
|
||||
suppressed.add(ex);
|
||||
logger.debug(
|
||||
"{} cannot be loaded from java.libary.path, "
|
||||
"{} cannot be loaded from java.library.path, "
|
||||
+ "now trying export to -Dio.netty.native.workdir: {}", name, WORKDIR, ex);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user