git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23@1444853 13f79535-47bb-0310-9956-ffa450edef68
@@ -20,6 +20,8 @@ Release 0.23.7 - UNRELEASED
HADOOP-9253. Capture ulimit info in the logs at service start time.
(Arpit Gupta via tgraves)
+ HADOOP-8075. Lower native-hadoop library log from info to debug.
+ (Hızır Sefa İrken via eli)
OPTIMIZATIONS
@@ -47,7 +47,7 @@ public class NativeCodeLoader {
}
try {
System.loadLibrary("hadoop");
- LOG.info("Loaded the native-hadoop library");
+ LOG.debug("Loaded the native-hadoop library");
nativeCodeLoaded = true;
} catch (Throwable t) {
// Ignore failure to load