Fix: do not print strackstrace on stdout, use logger
This commit is contained in:
@@ -39,7 +39,6 @@ public class HWIdentifier {
|
||||
return hwid;
|
||||
}
|
||||
catch (Exception e) {
|
||||
e.printStackTrace();
|
||||
log.error("HWIdentifier::getHardwareHash could not retrieve hash: " + e);
|
||||
return "unknown";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user