|
@@ -46,7 +46,7 @@ public final class ErasureCodeNative {
|
|
loadLibrary();
|
|
loadLibrary();
|
|
} catch (Throwable t) {
|
|
} catch (Throwable t) {
|
|
problem = "Loading ISA-L failed: " + t.getMessage();
|
|
problem = "Loading ISA-L failed: " + t.getMessage();
|
|
- LOG.error("Loading ISA-L failed", t);
|
|
|
|
|
|
+ LOG.warn(problem);
|
|
}
|
|
}
|
|
LOADING_FAILURE_REASON = problem;
|
|
LOADING_FAILURE_REASON = problem;
|
|
}
|
|
}
|