You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ra...@apache.org on 2014/11/17 11:59:13 UTC

git commit: updated refs/heads/master to e8a4759

Repository: cloudstack
Updated Branches:
  refs/heads/master 2898f7d8d -> e8a47594d


CLOUDSTACK-7758: Fixed although api calls are failing, event tab shows them as successful

This closes #29


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

Branch: refs/heads/master
Commit: e8a47594da08a04065c644380c34e4830ab30df3
Parents: 2898f7d
Author: Anshul Gangwar <an...@citrix.com>
Authored: Tue Oct 21 14:57:16 2014 +0530
Committer: Rajesh Battala <ra...@citrix.com>
Committed: Mon Nov 17 16:31:35 2014 +0530

----------------------------------------------------------------------
 server/src/com/cloud/event/ActionEventInterceptor.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/e8a47594/server/src/com/cloud/event/ActionEventInterceptor.java
----------------------------------------------------------------------
diff --git a/server/src/com/cloud/event/ActionEventInterceptor.java b/server/src/com/cloud/event/ActionEventInterceptor.java
index df8010c..5d2d51a 100644
--- a/server/src/com/cloud/event/ActionEventInterceptor.java
+++ b/server/src/com/cloud/event/ActionEventInterceptor.java
@@ -44,7 +44,7 @@ public class ActionEventInterceptor implements ComponentMethodInterceptor, Metho
 
         Object interceptorData = null;
 
-        boolean success = true;
+        boolean success = false;
         try {
             interceptorData = interceptStart(m, target);