diff --git a/ksgrd/SensorAgent.cpp b/ksgrd/SensorAgent.cpp --- a/ksgrd/SensorAgent.cpp +++ b/ksgrd/SensorAgent.cpp @@ -207,7 +207,7 @@ SensorRequest *req = mInputFIFO.dequeue(); #if SA_TRACE - qCDebug(LIBKSYSGUARD_KSGRD) << ">> " << req->request().toAscii() << "(" << mInputFIFO.count() + qCDebug(LIBKSYSGUARD_KSGRD) << ">> " << req->request() << "(" << mInputFIFO.count() << "/" << mProcessingFIFO.count() << ")" << endl; #endif // send request to daemon