You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by re...@apache.org on 2014/12/04 13:31:16 UTC

[5/6] stratos git commit: fixing log format issue

fixing log format issue


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

Branch: refs/heads/master
Commit: ec3fd0fe29517035a04397fba468bdbf012055b2
Parents: 853e149
Author: reka <rt...@gmail.com>
Authored: Thu Dec 4 17:44:33 2014 +0530
Committer: reka <rt...@gmail.com>
Committed: Thu Dec 4 17:44:33 2014 +0530

----------------------------------------------------------------------
 .../apache/stratos/autoscaler/client/CloudControllerClient.java   | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/stratos/blob/ec3fd0fe/components/org.apache.stratos.autoscaler/src/main/java/org/apache/stratos/autoscaler/client/CloudControllerClient.java
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.autoscaler/src/main/java/org/apache/stratos/autoscaler/client/CloudControllerClient.java b/components/org.apache.stratos.autoscaler/src/main/java/org/apache/stratos/autoscaler/client/CloudControllerClient.java
index a8e275a..308e276 100644
--- a/components/org.apache.stratos.autoscaler/src/main/java/org/apache/stratos/autoscaler/client/CloudControllerClient.java
+++ b/components/org.apache.stratos.autoscaler/src/main/java/org/apache/stratos/autoscaler/client/CloudControllerClient.java
@@ -173,7 +173,8 @@ public class CloudControllerClient {
                                                       int minMemberCount) throws SpawningException {
         try {
             if (log.isInfoEnabled()) {
-                log.info(String.format("Trying to spawn an instance via cloud controller: [cluster] %s [partition] %s [lb-cluster] %s [network-partition-id] %s",
+                log.info(String.format("Trying to spawn an instance via cloud controller: " +
+                                "[cluster] %s [partition] %s [network-partition-id] %s",
                         clusterId, partition.getId(), networkPartitionId));
             }