Small improvement

This commit is contained in:
M66B
2020-02-05 18:42:53 +01:00
parent 199f377951
commit f2b577cec1

View File

@@ -3433,7 +3433,7 @@ class Core {
public String toString() {
return "[running=" + running +
",recoverable=" + recoverable +
",activity=" + new Date(lastActivity == null ? 0 : lastActivity) + "]";
",idle=" + getIdleTime() + "]";
}
}
}