More logging to the VirtualRouter manager

This commit is contained in:
Alena Prokharchyk 2012-07-19 14:01:47 -07:00
parent 966c1b0ad8
commit 394f55d9e3
1 changed files with 2 additions and 0 deletions

View File

@ -256,6 +256,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);
}
}