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

@@ -201,7 +201,7 @@ void AutoUpdateChecker::handleUpdateCheckRequestFinished(QNetworkReply* reply)
<< QSysInfo::buildCpuArchitecture() << getPlatform() << QSysInfo::kernelVersion();
}
else {
qWarning() << "Update checking failed with error: " << reply->error();
qWarning() << "Update checking failed with error:" << reply->error();
reply->deleteLater();
}
}