Skip to content

Commit acef620

Browse files
committed
Merge branch 'vol-usage' of https://github.com/shapeblue/cloudstack into vol-usage
2 parents 2b381c7 + 76706f5 commit acef620

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

usage/src/main/java/com/cloud/usage/UsageManagerImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1492,7 +1492,7 @@ private void createVolumeHelperEvent(UsageEventVO event) {
14921492
case EventTypes.EVENT_VOLUME_RESIZE:
14931493
volumesVOs = _usageVolumeDao.listByVolumeId(volId, event.getAccountId());
14941494
for (UsageVolumeVO volumesVO : volumesVOs) {
1495-
String delete_msg = String.format("Setting the volume with id: %s to 'deleted' in the usage_storage table for account: %s.", volId, event.getAccountId());
1495+
String delete_msg = String.format("Setting the volume with id: %s to 'deleted' in the usage_volume table for account: %s.", volId, event.getAccountId());
14961496
String create_msg = String.format("Creating a new entry in usage_volume for volume with id: %s after resize for account: %s", volId, event.getAccountId());
14971497
Long vmId = volumesVO.getVmId();
14981498
if (vmId != null) {

0 commit comments

Comments
 (0)