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:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user