Changed LogWriter tag

This commit is contained in:
str4d
2014-04-16 13:07:59 +00:00
parent f7d33becbc
commit 77f6f7a550

View File

@@ -118,7 +118,7 @@ class LogWriter implements Runnable {
}
}
private static final String ANDROID_LOG_TAG = "I2P";
private static final String ANDROID_LOG_TAG = "I2P-Bote";
public void log(int priority, Class<?> src, String name, String threadName, String msg) {
if (src != null) {