Updated Branches:
  refs/heads/master 723f3397e -> 5b19905ed

fixing debug log


Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/5b19905e
Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/5b19905e
Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/5b19905e

Branch: refs/heads/master
Commit: 5b19905ed891db3729dc21a47f81f7c1a2918c8d
Parents: 9f013ae
Author: Nirmal Fernando <[email protected]>
Authored: Sat Dec 14 11:20:49 2013 +0530
Committer: Nirmal Fernando <[email protected]>
Committed: Sat Dec 14 11:21:04 2013 +0530

----------------------------------------------------------------------
 .../stratos/cloud/controller/impl/CloudControllerServiceImpl.java | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5b19905e/components/org.apache.stratos.cloud.controller/src/main/java/org/apache/stratos/cloud/controller/impl/CloudControllerServiceImpl.java
----------------------------------------------------------------------
diff --git 
a/components/org.apache.stratos.cloud.controller/src/main/java/org/apache/stratos/cloud/controller/impl/CloudControllerServiceImpl.java
 
b/components/org.apache.stratos.cloud.controller/src/main/java/org/apache/stratos/cloud/controller/impl/CloudControllerServiceImpl.java
index 3f08b2a..af49f78 100644
--- 
a/components/org.apache.stratos.cloud.controller/src/main/java/org/apache/stratos/cloud/controller/impl/CloudControllerServiceImpl.java
+++ 
b/components/org.apache.stratos.cloud.controller/src/main/java/org/apache/stratos/cloud/controller/impl/CloudControllerServiceImpl.java
@@ -1079,7 +1079,8 @@ public class CloudControllerServiceImpl implements 
CloudControllerService {
 
         if (iaasProvider == null) {
             String msg =
-                         "Invalid Partition - " + partition.toString()+". 
Cause: Iaas Provider is null for: "+provider;
+                         "Invalid Partition - " + partition.toString()+". 
Cause: Iaas Provider " +
+                                 "is null for Partition Provider: "+provider;
             log.error(msg);
             throw new InvalidPartitionException(msg);
         }

Reply via email to