mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-05 08:33:37 +02:00
Small improvement
This commit is contained in:
@@ -3433,7 +3433,7 @@ class Core {
|
||||
public String toString() {
|
||||
return "[running=" + running +
|
||||
",recoverable=" + recoverable +
|
||||
",activity=" + new Date(lastActivity == null ? 0 : lastActivity) + "]";
|
||||
",idle=" + getIdleTime() + "]";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user