improve message

This commit is contained in:
Kevin Yue
2021-09-18 22:07:17 +08:00
parent 6ed56c6b18
commit 9fcd00613b
2 changed files with 3 additions and 1 deletions

View File

@@ -133,6 +133,8 @@ bool GPService::isValidVersion(QString &bin) {
QRegularExpressionMatch match = re.match(output);
if (match.hasMatch()) {
log("Output of `openconnect --version`: " + output);
QString fullVersion = match.captured(0);
QString majorVersion = match.captured(1);