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

HTTP server: prefix log messages with method signature

This commit is contained in:
f4exb
2018-02-11 21:45:44 +01:00
parent b56a4c7a57
commit 132e84b2b6
4 changed files with 37 additions and 37 deletions
+1 -1
View File
@@ -88,7 +88,7 @@ HttpCookie::HttpCookie(const QByteArray source)
}
else
{
qWarning("HttpCookie: Ignoring unknown %s=%s",name.data(),value.data());
qWarning("HttpCookie::HttpCookie: Ignoring unknown %s=%s",name.data(),value.data());
}
}
}