Bug 13035 - cleanup required for virtual router deployment log entry

- logging only the datacenter since rest of the information in deploymest destiination is not applicable to the router being deployed
This commit is contained in:
prachi 2012-01-23 15:22:07 -08:00
parent bc3eef9223
commit 4329004cd3

View File

@ -1483,7 +1483,7 @@ public class VirtualNetworkApplianceManagerImpl implements VirtualNetworkApplian
}
if (s_logger.isDebugEnabled()) {
s_logger.debug("Starting a router for " + guestNetwork + " in " + dest);
s_logger.debug("Starting a router for " + guestNetwork + " in datacenter:" + dest.getDataCenter());
}
assert guestNetwork.getState() == Network.State.Implemented || guestNetwork.getState() == Network.State.Setup || guestNetwork.getState() == Network.State.Implementing : "Network is not yet fully implemented: "