chore: move version check log to debug, fixes #8224

This commit is contained in:
sithlord48
2025-02-19 09:04:44 -05:00
committed by Nick Bolton
parent e808eed413
commit caee2b149a

View File

@ -47,7 +47,7 @@ void VersionChecker::replyFinished(QNetworkReply *reply)
return;
}
qInfo("version check server success, http status: %d", httpStatus);
qDebug() << QStringLiteral("version check server success, http status: %1").arg(QString::number(httpStatus));
const auto newestVersion = QString(reply->readAll());
qDebug("version check response: %s", qPrintable(newestVersion));