You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by di...@apache.org on 2018/04/11 18:31:55 UTC

[airavata] branch develop updated: Minor logging improvement

This is an automated email from the ASF dual-hosted git repository.

dimuthuupe pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/airavata.git


The following commit(s) were added to refs/heads/develop by this push:
     new 5fa0cec  Minor logging improvement
5fa0cec is described below

commit 5fa0cec518bfd376b0c81433b8af51f8b614979c
Author: dimuthu <di...@gmail.com>
AuthorDate: Wed Apr 11 14:31:41 2018 -0400

    Minor logging improvement
---
 .../src/main/java/org/apache/airavata/helix/impl/task/AiravataTask.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/airavata-helix/helix-spectator/src/main/java/org/apache/airavata/helix/impl/task/AiravataTask.java b/modules/airavata-helix/helix-spectator/src/main/java/org/apache/airavata/helix/impl/task/AiravataTask.java
index c108bd3..6dc26e1 100644
--- a/modules/airavata-helix/helix-spectator/src/main/java/org/apache/airavata/helix/impl/task/AiravataTask.java
+++ b/modules/airavata-helix/helix-spectator/src/main/java/org/apache/airavata/helix/impl/task/AiravataTask.java
@@ -311,7 +311,7 @@ public abstract class AiravataTask extends AbstractTask {
 
     private void loadContext() throws TaskOnFailException {
         try {
-            //logger.info("Gateway id is " + getGatewayId());
+            logger.info("Loading context for task " + getTaskId());
             processModel = getRegistryServiceClient().getProcess(processId);
 
             this.computeResourceDescription = getRegistryServiceClient().getComputeResource(this.processModel.getComputeResourceId());

-- 
To stop receiving notification emails like this one, please contact
dimuthuupe@apache.org.