From 162f73a94b80c18fe49bcd28af0123d94426eb92 Mon Sep 17 00:00:00 2001 From: Arne Schwabe Date: Thu, 10 Jan 2013 15:14:33 +0100 Subject: Fix inserting inline certificates, increase log buffer --- src/de/blinkt/openvpn/OpenVPN.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/de/blinkt/openvpn/OpenVPN.java') diff --git a/src/de/blinkt/openvpn/OpenVPN.java b/src/de/blinkt/openvpn/OpenVPN.java index 82a8dfd8..7b4693f9 100644 --- a/src/de/blinkt/openvpn/OpenVPN.java +++ b/src/de/blinkt/openvpn/OpenVPN.java @@ -89,7 +89,7 @@ public class OpenVPN { } } - private static final int MAXLOGENTRIES = 200; + private static final int MAXLOGENTRIES = 500; public static final String MANAGMENT_PREFIX = "M:"; -- cgit v1.2.3