forked from External/mage
Server: added stack info to logs for rollback error;
This commit is contained in:
parent
58566d2a7c
commit
b739694c93
2 changed files with 8 additions and 0 deletions
|
|
@ -738,4 +738,8 @@ public class StackAbility extends StackObjectImpl implements Ability {
|
|||
throw new UnsupportedOperationException("Not supported.");
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return this.name;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue