Skip to content

Commit a16790d

Browse files
Update server/src/main/java/com/cloud/resource/ResourceManagerImpl.java
Co-authored-by: Suresh Kumar Anaparti <[email protected]>
1 parent 876fba4 commit a16790d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main/java/com/cloud/resource/ResourceManagerImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1476,7 +1476,7 @@ public boolean maintain(final long hostId) throws AgentUnavailableException {
14761476

14771477
@Override
14781478
@DB
1479-
@ActionEvent(eventType = EventTypes.EVENT_MAINTENANCE_PREPARE, eventDescription = "maintenance for host", async = true)
1479+
@ActionEvent(eventType = EventTypes.EVENT_MAINTENANCE_PREPARE, eventDescription = "prepare maintenance for host", async = true)
14801480
public Host maintain(final PrepareForMaintenanceCmd cmd) {
14811481
final Long hostId = cmd.getId();
14821482
final HostVO host = _hostDao.findById(hostId);

0 commit comments

Comments
 (0)