Merge branch 'fix/no-print-exception' into 'master'

Fix: do not print strackstrace on stdout, use logger

See merge request sheepitrenderfarm/client!336
This commit is contained in:
Sheepit Renderfarm
2024-10-25 12:13:03 +00:00

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