From a3baaf3a8bc5705a6a20b6c09477ffa878804f32 Mon Sep 17 00:00:00 2001 From: Arne Schwabe Date: Sun, 13 May 2012 02:03:20 +0200 Subject: Version 0.5.3 Fix a few new bugs before pushing to the market :) --- src/de/blinkt/openvpn/VpnProfile.java | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/de/blinkt/openvpn/VpnProfile.java') diff --git a/src/de/blinkt/openvpn/VpnProfile.java b/src/de/blinkt/openvpn/VpnProfile.java index aed9ca03..b5e421fb 100644 --- a/src/de/blinkt/openvpn/VpnProfile.java +++ b/src/de/blinkt/openvpn/VpnProfile.java @@ -148,7 +148,10 @@ public class VpnProfile implements Serializable{ cfg+="tmp-dir "; cfg+=cacheDir.getAbsolutePath(); cfg+="\n\n"; - + + cfg+="# Log window is better readable this way\n"; + cfg+="suppress-timestamps\n"; + boolean useTLSClient = (mAuthenticationType != TYPE_STATICKEYS); -- cgit v1.2.3