summaryrefslogtreecommitdiff
path: root/src/de/blinkt/openvpn/LaunchVPN.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/de/blinkt/openvpn/LaunchVPN.java')
-rw-r--r--src/de/blinkt/openvpn/LaunchVPN.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/de/blinkt/openvpn/LaunchVPN.java b/src/de/blinkt/openvpn/LaunchVPN.java
index c50a1767..b084b19d 100644
--- a/src/de/blinkt/openvpn/LaunchVPN.java
+++ b/src/de/blinkt/openvpn/LaunchVPN.java
@@ -237,6 +237,7 @@ public class LaunchVPN extends ListActivity implements OnItemClickListener {
minivpnwritten=true;
return true;
} catch (IOException e) {
+ OpenVPN.logMessage(0, "",e.getLocalizedMessage());
e.printStackTrace();
return false;
}