mirror of https://github.com/apache/cloudstack.git
More logging to the VirtualRouter manager
This commit is contained in:
parent
bcaa706197
commit
6224423ecc
|
|
@ -253,6 +253,8 @@ public class VpcVirtualNetworkApplianceManagerImpl extends VirtualNetworkApplian
|
|||
} else {
|
||||
s_logger.warn("Failed to remove the router " + router + " from network " + network + " as a part of cleanup");
|
||||
}
|
||||
} else {
|
||||
s_logger.debug("Succesfully added router " + router + " to guest network " + network);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue