Log renderer output
This commit is contained in:
@@ -571,7 +571,7 @@ public class Client {
|
|||||||
nb_lines++;
|
nb_lines++;
|
||||||
this.updateRenderingMemoryPeak(line, ajob);
|
this.updateRenderingMemoryPeak(line, ajob);
|
||||||
|
|
||||||
//this.log.debug(line);
|
this.log.debug(line);
|
||||||
if ((new Date().getTime() - last_update_status) > 2000) { // only call the update every two seconds
|
if ((new Date().getTime() - last_update_status) > 2000) { // only call the update every two seconds
|
||||||
this.updateRenderingStatus(line, nb_lines, ajob);
|
this.updateRenderingStatus(line, nb_lines, ajob);
|
||||||
last_update_status = new Date().getTime();
|
last_update_status = new Date().getTime();
|
||||||
|
|||||||
Reference in New Issue
Block a user