Turn off some minor debugging, and ensure that the system health check gets saved into temporary storage for later use as needed.

This commit is contained in:
Ken Moore
2016-03-22 10:21:46 -04:00
parent a64fd734c9
commit 427eb7ec25
2 changed files with 4 additions and 3 deletions

View File

@@ -233,7 +233,7 @@ if(out.in_struct.namesp.toLower() == "rpc"){
if(sub>=0 && !evlist.isEmpty() ){
for(int i=0; i<evlist.length(); i++){
EventWatcher::EVENT_TYPE type = EventWatcher::typeFromString(evlist[i]);
qDebug() << " - type:" << type;
//qDebug() << " - type:" << type;
if(type==EventWatcher::BADEVENT){ continue; }
outargs.insert(out.in_struct.name,QJsonValue(evlist[i]));
if(sub==1){