Browse Source

refactor(log): change unstable version warning message

reviewable/pr6272/r2
powerjungle 5 years ago committed by GitHub
parent
commit
f9f85febea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/net/updatecheck.cpp

2
src/net/updatecheck.cpp

@ -123,7 +123,7 @@ void UpdateCheck::handleResponse(QNetworkReply* reply) @@ -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…
Cancel
Save