keeping in pace with the wrapper logs

This commit is contained in:
jrandom
2004-09-02 05:27:04 +00:00
committed by zzz
parent c414b3fad2
commit 94e891880b

View File

@ -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