forked from I2P_Developers/i2p.i2p
log tweak
This commit is contained in:
@ -375,9 +375,9 @@ public class CPUID {
|
||||
System.load(outFile.getAbsolutePath());//System.load requires an absolute path to the lib
|
||||
} catch (UnsatisfiedLinkError ule) {
|
||||
if (_doLog) {
|
||||
System.err.println("ERROR: The resource " + resourceName
|
||||
+ " was not a valid library for this platform");
|
||||
ule.printStackTrace();
|
||||
System.err.println("WARNING: The resource " + resourceName
|
||||
+ " was not a valid library for this platform " + ule);
|
||||
//ule.printStackTrace();
|
||||
}
|
||||
if (outFile != null)
|
||||
outFile.delete();
|
||||
|
Reference in New Issue
Block a user