1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

refactor(log): change unstable version warning message

This commit is contained in:
powerjungle 2020-12-15 16:28:41 +02:00 committed by GitHub
parent b51e46683e
commit f9f85febea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -123,7 +123,7 @@ void UpdateCheck::handleResponse(QNetworkReply* reply)
qInfo() << "qTox is running version:" << GIT_DESCRIBE;
if (isCurrentVersionStable() == false) {
qWarning() << "qTox is running an unstable version";
qWarning() << "Currently running an untested/unstable version of qTox";
emit versionIsUnstable();
}