Fix wrong value name in Client.java:614

This commit is contained in:
M*C*O
2019-02-09 05:41:46 +01:00
parent 09c9fa1c6b
commit ce40eb86cc

View File

@@ -611,7 +611,7 @@ public class Client {
if (renderer_file.exists() == false) {
gui.setRenderingProjectName("");
this.log.error("Client::work job preparation failed (renderer file '" + renderer_file.getAbsolutePath() + "' does not exist)");
return Error.Type.MISSING_RENDER;
return Error.Type.MISSING_RENDERER;
}
Error.Type err = ajob.render();