chore: refine cmake files

This commit is contained in:
Kevin Yue
2022-05-21 20:55:05 +08:00
parent b99c5a8391
commit dffbc64ef5
5 changed files with 5 additions and 5 deletions

View File

@@ -136,7 +136,7 @@ void GPService::connect(QString server, QString username, QString passwd)
<< "--cookie-on-stdin"
<< server;
log("Start process with arugments: " + args.join(" "));
log("Start process with arugments: " + args.join(", "));
openconnect->start(bin, args);
openconnect->write((passwd + "\n").toUtf8());