Include state in CommandResult.toString.
This commit is contained in:
parent
375eb46695
commit
e76524a539
|
@ -48,6 +48,7 @@ public class CommandResult {
|
||||||
", enacted=" + enacted +
|
", enacted=" + enacted +
|
||||||
", exception=" + exception +
|
", exception=" + exception +
|
||||||
", message='" + message + '\'' +
|
", message='" + message + '\'' +
|
||||||
|
", state=" + state +
|
||||||
'}';
|
'}';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue