Added status message on close of openvpn. Udated the yaml file to set
[openvpnui.git] / src / vpncontrol.cpp
index d0d411b..3f80913 100644 (file)
@@ -319,6 +319,7 @@ void VPNControl::finished(int code) {
         //delete vpnProcess;
         vpnProcess = NULL;
     }
+    logAppend("Finished with code " + QString::number(code));
     setStatus(VPNSTATUS_UNINITIALISED);
 }