spaces to tabs
This commit is contained in:
committed by
Laurent Clouet
parent
2256d35be2
commit
31957c0722
@@ -235,8 +235,8 @@ public class Client {
|
|||||||
|
|
||||||
ret = this.work(this.renderingJob);
|
ret = this.work(this.renderingJob);
|
||||||
if (ret == Error.Type.RENDERER_KILLED) {
|
if (ret == Error.Type.RENDERER_KILLED) {
|
||||||
this.log.removeCheckPoint(step);
|
this.log.removeCheckPoint(step);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (ret != Error.Type.OK) {
|
if (ret != Error.Type.OK) {
|
||||||
@@ -648,8 +648,8 @@ public class Client {
|
|||||||
this.log.error("Client::runRenderer no picture file found (after render finished (namefile_without_extension " + namefile_without_extension + ")");
|
this.log.error("Client::runRenderer no picture file found (after render finished (namefile_without_extension " + namefile_without_extension + ")");
|
||||||
|
|
||||||
if (ajob.getAskForRendererKill()) {
|
if (ajob.getAskForRendererKill()) {
|
||||||
this.log.debug("Client::runRenderer renderer didn't generate any frame but died due to a kill request");
|
this.log.debug("Client::runRenderer renderer didn't generate any frame but died due to a kill request");
|
||||||
return Error.Type.RENDERER_KILLED;
|
return Error.Type.RENDERER_KILLED;
|
||||||
}
|
}
|
||||||
|
|
||||||
String basename = "";
|
String basename = "";
|
||||||
|
|||||||
Reference in New Issue
Block a user