You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by ch...@apache.org on 2016/02/19 20:18:08 UTC

airavata git commit: Removing log message

Repository: airavata
Updated Branches:
  refs/heads/develop fa6b4d8e2 -> 3a9a18af0


Removing log message


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

Branch: refs/heads/develop
Commit: 3a9a18af022f519d2be82e8d0e83020c48919664
Parents: fa6b4d8
Author: Chathuri Wimalasena <ch...@apache.org>
Authored: Fri Feb 19 14:20:40 2016 -0500
Committer: Chathuri Wimalasena <ch...@apache.org>
Committed: Fri Feb 19 14:20:40 2016 -0500

----------------------------------------------------------------------
 .../airavata/credential/store/server/CredentialStoreServer.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata/blob/3a9a18af/modules/credential-store/credential-store-service/src/main/java/org/apache/airavata/credential/store/server/CredentialStoreServer.java
----------------------------------------------------------------------
diff --git a/modules/credential-store/credential-store-service/src/main/java/org/apache/airavata/credential/store/server/CredentialStoreServer.java b/modules/credential-store/credential-store-service/src/main/java/org/apache/airavata/credential/store/server/CredentialStoreServer.java
index bb802ad..694680f 100644
--- a/modules/credential-store/credential-store-service/src/main/java/org/apache/airavata/credential/store/server/CredentialStoreServer.java
+++ b/modules/credential-store/credential-store-service/src/main/java/org/apache/airavata/credential/store/server/CredentialStoreServer.java
@@ -102,7 +102,7 @@ public class CredentialStoreServer  implements IServer {
                 }.start();
             } catch (TTransportException e) {
                 setStatus(ServerStatus.FAILED);
-                logger.error("Error while starting the credential store service", e);
+//                logger.error("Error while starting the credential store service", e);
                 throw new Exception("Error while starting the credential store service", e);
             }
         }