Skip to content

Commit 76706f5

Browse files
abh1sarvishesh92
andauthored
Update usage/src/main/java/com/cloud/usage/UsageManagerImpl.java
Co-authored-by: Vishesh <8760112+vishesh92@users.noreply.github.com>
1 parent 072645b commit 76706f5

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)