mirror of
				https://github.com/apache/cloudstack.git
				synced 2025-11-04 00:02:37 +01:00 
			
		
		
		
	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:
		
							parent
							
								
									bc3eef9223
								
							
						
					
					
						commit
						4329004cd3
					
				@ -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: "
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user