More logging to the VirtualRouter manager

This commit is contained in:
Alena Prokharchyk 2012-07-19 14:01:47 -07:00
parent bcaa706197
commit 6224423ecc
1 changed files with 2 additions and 0 deletions

View File

@ -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);
}
}