Added logging

This commit is contained in:
M66B 2019-04-18 11:47:45 +02:00
parent 85eb09461b
commit 976efd379a
1 changed files with 1 additions and 1 deletions

View File

@ -2017,7 +2017,7 @@ class Core {
@NonNull
@Override
public String toString() {
return "[running=" + running + "]";
return "[running=" + running + ",recoverable=" + recoverable + "]";
}
}
}