allow tabulations with loglevel 0 (with only additional signals)

This commit is contained in:
BigEd 2011-04-06 18:13:04 +00:00
parent e6d42eb1aa
commit 9331be20fe
2 changed files with 2 additions and 2 deletions

View File

@ -190,7 +190,7 @@ function chipStatus(){
} }
setStatus(machine1, machine2, machine3); setStatus(machine1, machine2, machine3);
if (loglevel>0) { if (logThese.length>1) {
updateLogbox(logThese); updateLogbox(logThese);
} }
selectCell(ab); selectCell(ab);

View File

@ -471,7 +471,7 @@ function chipStatus(){
machine3 += " Chk:" + traceChecksum + ((traceChecksum==goldenChecksum)?" OK":" no match"); machine3 += " Chk:" + traceChecksum + ((traceChecksum==goldenChecksum)?" OK":" no match");
} }
setStatus(machine1, machine2, machine3); setStatus(machine1, machine2, machine3);
if (loglevel>0) { if (logThese.length>1) {
updateLogbox(logThese); updateLogbox(logThese);
} }
selectCell(ab); selectCell(ab);