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:
@@ -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