log tweak

This commit is contained in:
zzz
2011-06-10 22:00:35 +00:00
parent f7751de1c3
commit 3f5022cbea

View File

@ -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();