forked from I2P_Developers/i2p.i2p
keeping in pace with the wrapper logs
This commit is contained in:
@ -42,7 +42,7 @@ public class LogsHelper {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public String getServiceLogs() {
|
public String getServiceLogs() {
|
||||||
String str = DataHelper.readTextFile("logs/wrapper.log", 500);
|
String str = DataHelper.readTextFile("wrapper.log", 500);
|
||||||
if (str == null)
|
if (str == null)
|
||||||
return "";
|
return "";
|
||||||
else
|
else
|
||||||
|
Reference in New Issue
Block a user