more info

This commit is contained in:
rusefi 2020-07-28 00:58:03 -04:00
parent 70e4f9e301
commit e7a0cd57fe
1 changed files with 1 additions and 0 deletions

View File

@ -79,6 +79,7 @@ public class ControllerConnectionState {
public String toString() {
return "ControllerConnectionState{" +
"userDetails=" + userDetails +
", controllerKey=" + controllerKey +
", isClosed=" + isClosed +
", twoKindSemaphore=" + twoKindSemaphore +
'}';