mirror of
https://github.com/outbackdingo/sysadm.git
synced 2026-01-27 10:20:26 +00:00
Commit some debugging work on the sysadm server.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user