Fix some log messages with extra spaces

This commit is contained in:
Cameron Gutman
2022-11-02 19:25:44 -05:00
parent 09ce3c9ce4
commit 448633ec3c
4 changed files with 5 additions and 5 deletions

View File

@@ -551,7 +551,7 @@ NvHTTP::openConnection(QUrl baseUrl,
if (reply->error() != QNetworkReply::NoError)
{
if (logLevel >= NvLogLevel::NVLL_ERROR) {
qWarning() << command << " request failed with error " << reply->error();
qWarning() << command << "request failed with error:" << reply->error();
}
if (reply->error() == QNetworkReply::SslHandshakeFailedError) {