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

@@ -56,7 +56,7 @@ void EventWatcher::WatcherUpdate(QString path){
qDebug() << "Dispatcher Update:" << stat;
HASH.insert(DISPATCHER,stat); //save for later
//Forward those contents on to the currently-open sockets
emit NewEvent(DISPATCHER, stat);
emit NewEvent(DISPATCHER, QJsonValue(stat) );
}else if(path==LPLOG){
//Main Life Preserver Log File