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:
parent
b51e46683e
commit
f9f85febea
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user