netty5/common/src
Scott Mitchell b1332bf12e NativeLibraryLoader logging clarify
Motivation:
NativeLibraryLoader may only log a debug statement if the library is successfully loaded from java.library.path, but will log failure statements the if load for java.library.path fails which can mislead users to believe the load actually failed when it may have succeeded.

Modifications:
- Always load a debug statement when a library was successfully loaded

Result:
NativeLibraryLoader log statements more clear.
2017-09-15 09:17:44 -07:00
..
main NativeLibraryLoader logging clarify 2017-09-15 09:17:44 -07:00
test log in PatternLayout (%F:%L)%c.%M 2017-09-14 14:51:20 -07:00