Log renderer output

This commit is contained in:
Laurent Clouet
2014-12-03 20:07:54 +00:00
parent db94e68d2f
commit 8abcde516f

View File

@@ -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();