mirror of
https://github.com/i2p/i2p.i2p.git
synced 2026-06-04 10:51:32 +00:00
keeping in pace with the wrapper logs
This commit is contained in:
@@ -42,7 +42,7 @@ public class LogsHelper {
|
||||
}
|
||||
|
||||
public String getServiceLogs() {
|
||||
String str = DataHelper.readTextFile("logs/wrapper.log", 500);
|
||||
String str = DataHelper.readTextFile("wrapper.log", 500);
|
||||
if (str == null)
|
||||
return "";
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user