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 2012/10/23 14:57:26 UTC

svn commit: r1401281 - /airavata/trunk/modules/gfac-core/src/main/java/org/apache/airavata/core/gfac/services/impl/PropertiesBasedServiceImpl.java

Author: chathuri
Date: Tue Oct 23 12:57:26 2012
New Revision: 1401281

URL: http://svn.apache.org/viewvc?rev=1401281&view=rev
Log:
fixing AIRAVATA-618

Modified:
    airavata/trunk/modules/gfac-core/src/main/java/org/apache/airavata/core/gfac/services/impl/PropertiesBasedServiceImpl.java

Modified: airavata/trunk/modules/gfac-core/src/main/java/org/apache/airavata/core/gfac/services/impl/PropertiesBasedServiceImpl.java
URL: http://svn.apache.org/viewvc/airavata/trunk/modules/gfac-core/src/main/java/org/apache/airavata/core/gfac/services/impl/PropertiesBasedServiceImpl.java?rev=1401281&r1=1401280&r2=1401281&view=diff
==============================================================================
--- airavata/trunk/modules/gfac-core/src/main/java/org/apache/airavata/core/gfac/services/impl/PropertiesBasedServiceImpl.java (original)
+++ airavata/trunk/modules/gfac-core/src/main/java/org/apache/airavata/core/gfac/services/impl/PropertiesBasedServiceImpl.java Tue Oct 23 12:57:26 2012
@@ -142,8 +142,8 @@ public class PropertiesBasedServiceImpl 
             if (this.config == null || this.config.isEmpty()) {
                 this.config = new PropertiesConfiguration(this.fileName);
 
-                log.info("Properties loaded");
-                LogUtils.displayProperties(log, getProperties());
+//                log.info("Properties loaded");
+//                LogUtils.displayProperties(log, getProperties());
             }
         } catch (ConfigurationException e) {
             throw new GfacException("Error initialize the PropertiesBasedServiceImpl", e);