Include state in CommandResult.toString.

This commit is contained in:
Johannes Mockenhaupt 2017-07-15 13:34:37 +02:00
parent 375eb46695
commit e76524a539
No known key found for this signature in database
GPG key ID: 9E1EA6AF7BBBB0D1

View file

@ -48,6 +48,7 @@ public class CommandResult {
", enacted=" + enacted +
", exception=" + exception +
", message='" + message + '\'' +
", state=" + state +
'}';
}
}