You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by al...@apache.org on 2012/07/21 02:09:34 UTC

[5/5] git commit: More logging to the VirtualRouter manager

More logging to the VirtualRouter manager


Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/394f55d9
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/394f55d9
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/394f55d9

Branch: refs/heads/vpc
Commit: 394f55d9e35e162bebbb0974bd1b8997169a1e6e
Parents: 966c1b0
Author: Alena Prokharchyk <al...@citrix.com>
Authored: Thu Jul 19 14:01:47 2012 -0700
Committer: Alena Prokharchyk <al...@citrix.com>
Committed: Fri Jul 20 17:12:34 2012 -0700

----------------------------------------------------------------------
 .../VpcVirtualNetworkApplianceManagerImpl.java     |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/394f55d9/server/src/com/cloud/network/router/VpcVirtualNetworkApplianceManagerImpl.java
----------------------------------------------------------------------
diff --git a/server/src/com/cloud/network/router/VpcVirtualNetworkApplianceManagerImpl.java b/server/src/com/cloud/network/router/VpcVirtualNetworkApplianceManagerImpl.java
index 81b2a79..bef9fba 100644
--- a/server/src/com/cloud/network/router/VpcVirtualNetworkApplianceManagerImpl.java
+++ b/server/src/com/cloud/network/router/VpcVirtualNetworkApplianceManagerImpl.java
@@ -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);
             }
         }