Skip to content

Commit f26aec2

Browse files
Update server/src/main/java/com/cloud/resource/ResourceManagerImpl.java
1 parent 69c2a7e commit f26aec2

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
@@ -1219,7 +1219,7 @@ public Cluster updateCluster(UpdateClusterCmd cmd) {
12191219
try {
12201220
Thread.sleep(5 * 1000);
12211221
} catch (final InterruptedException e) {
1222-
s_logger.debug("thread unexpectedly interupted during wait, while updating cluster");
1222+
s_logger.debug("thread unexpectedly interrupted during wait, while updating cluster");
12231223
}
12241224
hosts = listAllUpAndEnabledHosts(Host.Type.Routing, cluster.getId(), cluster.getPodId(), cluster.getDataCenterId());
12251225
for (final HostVO host : hosts) {

0 commit comments

Comments
 (0)