You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ya...@apache.org on 2014/02/20 06:16:15 UTC

git commit: updated refs/heads/master to ca68395

Repository: cloudstack
Updated Branches:
  refs/heads/master d429be75a -> ca683958d


CLOUDSTACK-6047: Fix typo


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

Branch: refs/heads/master
Commit: ca683958d831f19b94e57c234b9bf2946a52cc16
Parents: d429be7
Author: Sheng Yang <sh...@citrix.com>
Authored: Wed Feb 19 21:15:46 2014 -0800
Committer: Sheng Yang <sh...@citrix.com>
Committed: Wed Feb 19 21:15:46 2014 -0800

----------------------------------------------------------------------
 .../agent/resource/virtualnetwork/VirtualRoutingResource.java      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/ca683958/core/src/com/cloud/agent/resource/virtualnetwork/VirtualRoutingResource.java
----------------------------------------------------------------------
diff --git a/core/src/com/cloud/agent/resource/virtualnetwork/VirtualRoutingResource.java b/core/src/com/cloud/agent/resource/virtualnetwork/VirtualRoutingResource.java
index fd96572..ef0d739 100755
--- a/core/src/com/cloud/agent/resource/virtualnetwork/VirtualRoutingResource.java
+++ b/core/src/com/cloud/agent/resource/virtualnetwork/VirtualRoutingResource.java
@@ -298,7 +298,7 @@ public class VirtualRoutingResource {
 
         // Use the last answer as final answer
         if (answersCount == 1) {
-            ExecutionResult result = new ExecutionResult(true, "Not configure to be apply");
+            ExecutionResult result = new ExecutionResult(true, "No configure to be applied");
             for (ConfigItem c : cfg) {
                 result = applyConfigToVR(cmd, c);
                 if (!result.isSuccess()) {