We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ac8861 commit 5370080Copy full SHA for 5370080
framework/cluster/src/main/java/com/cloud/cluster/ClusterManagerImpl.java
@@ -1110,7 +1110,7 @@ public boolean stop() {
1110
_mshostDao.update(_mshostId, mshost);
1111
mshostStatusDao.update(mshostStatus.getId(), mshostStatus);
1112
} else {
1113
- s_logger.warn(String.format("Found a management server host [%s] without a status. This should never happen!", mshost));
+ logger.warn(String.format("Found a management server host [%s] without a status. This should never happen!", mshost));
1114
mshostStatus = new ManagementServerStatusVO();
1115
mshostStatus.setMsId(mshost.getUuid());
1116
mshostStatus.setLastSystemBoot(new Date());
0 commit comments