mirror of
https://github.com/deskflow/deskflow.git
synced 2026-07-01 21:02:39 +08:00
chore: move version check log to debug, fixes #8224
This commit is contained in:
parent
e808eed413
commit
caee2b149a
@ -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));
|
||||
|
||||
Loading…
Reference in New Issue
Block a user