I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 94e89188 authored by jrandom's avatar jrandom Committed by zzz
Browse files

keeping in pace with the wrapper logs

parent c414b3fa
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment