Fix typo
This commit is contained in:
parent
a4ad07959f
commit
65698b9502
1 changed files with 2 additions and 2 deletions
|
@ -121,12 +121,12 @@ bool OpenVpnProtocol::start()
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!QFileInfo::exists(openVpnExecPath())) {
|
if (!QFileInfo::exists(openVpnExecPath())) {
|
||||||
setLastError("OpeVPN executable does not exist!");
|
setLastError("OpenVPN executable does not exist!\n" + openVpnExecPath());
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!QFileInfo::exists(configPath())) {
|
if (!QFileInfo::exists(configPath())) {
|
||||||
setLastError("OpeVPN config file does not exist!");
|
setLastError("OpenVPN config file does not exist!\n" + configPath());
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue