1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-02 06:04:39 -04:00

Cleanup of old scope objects

This commit is contained in:
f4exb
2018-08-12 15:49:14 +02:00
parent b1b6b74681
commit c9c19f412c
13 changed files with 1 additions and 5438 deletions
+1 -1
View File
@@ -234,7 +234,7 @@ void HttpConnectionHandler::read()
if (currentRequest->getStatus()==HttpRequest::complete)
{
readTimer.stop();
qDebug("HttpConnectionHandler (%p) received request from %s (%s) %s",
qDebug("HttpConnectionHandler (%p): received request from %s (%s) %s",
this,
qPrintable(currentRequest->getPeerAddress().toString()),
currentRequest->getMethod().toStdString().c_str(),