[Yanel-commits] rev 33318 - public/yanel/contributions/realms/foaf/src/resources/foaf/src/java/org/wyona/yanel/impl/map

michi at wyona.com michi at wyona.com
Wed Mar 12 09:59:56 CET 2008


Author: michi
Date: 2008-03-12 09:59:55 +0100 (Wed, 12 Mar 2008)
New Revision: 33318

Modified:
   public/yanel/contributions/realms/foaf/src/resources/foaf/src/java/org/wyona/yanel/impl/map/FOAFRealm.java
Log:
log statements fixed

Modified: public/yanel/contributions/realms/foaf/src/resources/foaf/src/java/org/wyona/yanel/impl/map/FOAFRealm.java
===================================================================
--- public/yanel/contributions/realms/foaf/src/resources/foaf/src/java/org/wyona/yanel/impl/map/FOAFRealm.java	2008-03-12 07:37:55 UTC (rev 33317)
+++ public/yanel/contributions/realms/foaf/src/resources/foaf/src/java/org/wyona/yanel/impl/map/FOAFRealm.java	2008-03-12 08:59:55 UTC (rev 33318)
@@ -40,12 +40,12 @@
      */
     public FOAFRealm(String name, String id, String mountPoint, java.io.File configFile) throws Exception {
         super(name, id, mountPoint, configFile);
-        log.error("DEBUG: Custom FOAF Realm implementation!");
+        log.debug("Custom FOAF Realm implementation!");
 
         DefaultConfigurationBuilder builder =  new DefaultConfigurationBuilder(true);
         Configuration config = builder.buildFromFile(configFile);
         java.io.File profilesDataRepoConfigFile = new java.io.File(config.getChild("profiles-data").getValue());
-        log.error("DEBUG: Profiles Data repo path: " + profilesDataRepoConfigFile);
+        log.debug("Profiles Data repo path: " + profilesDataRepoConfigFile);
 
         if (!profilesDataRepoConfigFile.isAbsolute()) {
             profilesDataRepoConfigFile = FileUtil.file(configFile.getParentFile().getAbsolutePath(), profilesDataRepoConfigFile.toString());



More information about the Yanel-commits mailing list