summaryrefslogtreecommitdiff
path: root/src/de/blinkt/openvpn/core/VpnStatus.java
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2013-09-21 21:48:59 +0200
committerArne Schwabe <arne@rfc2549.org>2013-09-21 21:48:59 +0200
commit9659077eb333fba01ce73d91a669b39383ec38e9 (patch)
treef97e3c0990226f0d7d8c5d6c605d8990a5be2905 /src/de/blinkt/openvpn/core/VpnStatus.java
parent06fdf1246640258beba930ab9dd825e9ee48fbfe (diff)
Add ability to add icon to log messages indicating the log severity (disabled for now)
--HG-- extra : rebase_source : 8cf05112d0c781a03d1d45d5b10607290bcb6c6b
Diffstat (limited to 'src/de/blinkt/openvpn/core/VpnStatus.java')
-rw-r--r--src/de/blinkt/openvpn/core/VpnStatus.java10
1 files changed, 8 insertions, 2 deletions
diff --git a/src/de/blinkt/openvpn/core/VpnStatus.java b/src/de/blinkt/openvpn/core/VpnStatus.java
index a83714a4..c8e5a8b1 100644
--- a/src/de/blinkt/openvpn/core/VpnStatus.java
+++ b/src/de/blinkt/openvpn/core/VpnStatus.java
@@ -193,9 +193,15 @@ public class VpnStatus {
else
throw e;
}
+
}
-
- // The lint is wrong here
+
+ public LogLevel getLogLevel()
+ {
+ return mLevel;
+ }
+
+ // The lint is wrong here
@SuppressLint("StringFormatMatches")
private String getMobileInfoString(Context c) {
c.getPackageManager();