mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
correct the log message
This commit is contained in:
parent
5ff83e9c31
commit
668089d575
@ -579,7 +579,7 @@ public class XcpServerDiscoverer extends DiscovererBase implements Discoverer, L
|
||||
cluster.setGuid(startup.getPool());
|
||||
_clusterDao.update(cluster.getId(), cluster);
|
||||
} else if (! cluster.getGuid().equals(startup.getPool()) ) {
|
||||
String msg = "pool uuid for cluster " + cluster.getId() + " changed from " + cluster.getGuid() + " to " + cmd.getPod();
|
||||
String msg = "pool uuid for cluster " + cluster.getId() + " changed from " + cluster.getGuid() + " to " + startup.getPool();
|
||||
s_logger.warn(msg);
|
||||
throw new CloudRuntimeException(msg);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user