Commit some debugging work on the sysadm server.

This commit is contained in:
Ken Moore
2016-01-18 16:53:12 -05:00
parent 766305dcdf
commit 0077d68208
6 changed files with 15 additions and 13 deletions

View File

@@ -254,7 +254,9 @@ RestOutputStruct::ExitCode WebSocket::EvaluateSysadmUpdateRequest(const QJsonVal
QString act = JsonValueToString(in_args.toObject().value("action"));
if(act=="checkupdates"){
ok = true;
qDebug() << " - Starting update check";
out->insert("checkupdates", sysadm::Update::checkUpdates());
qDebug() << " - Finished update check";
}
} //end of "action" key usage