Fix: do not print strackstrace on stdout, use logger

This commit is contained in:
Laurent Clouet
2024-10-25 12:59:46 +02:00
parent 63235c463d
commit c29a5dada8

View File

@@ -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";
}