mirror of
https://github.com/yuezk/GlobalProtect-openconnect.git
synced 2025-04-02 18:31:50 -04:00
Refine log
This commit is contained in:
parent
42306ded5b
commit
68724e3820
@ -126,7 +126,7 @@ void GPService::onProcessStarted()
|
||||
|
||||
void GPService::onProcessError(QProcess::ProcessError error)
|
||||
{
|
||||
log("Error occurred: Openconnect started failed " + QVariant::fromValue(error).toString());
|
||||
log("Error occurred: " + QVariant::fromValue(error).toString());
|
||||
emit disconnected();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user