mirror of
https://github.com/outbackdingo/sysadm.git
synced 2026-01-28 02:20:18 +00:00
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:
@@ -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){
|
||||
|
||||
Reference in New Issue
Block a user