mirror of
https://github.com/outbackdingo/sysadm.git
synced 2026-01-27 10:20:26 +00:00
Oops - forgot to include this last change to the parsing routine to the iohyve fetch parsing.
This commit is contained in:
@@ -46,6 +46,7 @@ QJsonObject Dispatcher::CreateDispatcherEventNotification(QString ID, QJsonObjec
|
||||
}
|
||||
|
||||
void Dispatcher::parseIohyveFetchOutput(QString outputLog, QJsonObject *out){
|
||||
//Note: this is the standard parsing for a "fetch" call
|
||||
QStringList lines = outputLog.split("\n", QString::SkipEmptyParts);
|
||||
if(lines.isEmpty()){ return; } //nothing to report
|
||||
for(int i=lines.length()-1; i>=0; i--){
|
||||
|
||||
Reference in New Issue
Block a user