mirror of https://github.com/apache/cloudstack.git
bug 7560: Removed stack trace from Snapshot delete event
status 7504: resolved fixed
This commit is contained in:
parent
79bf27ba6d
commit
c2405ebadd
|
|
@ -972,7 +972,7 @@ public class SnapshotManagerImpl implements SnapshotManager {
|
|||
}
|
||||
else if (answer != null) {
|
||||
if (answer.getDetails() != null) {
|
||||
details = answer.getDetails();
|
||||
details = "Snapshot deletion failed. Snapshot Id: "+snapshotId;
|
||||
}
|
||||
s_logger.error(details);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue