From c93f91a3eb39e31141f1c4605bf5f2f9f3610ba4 Mon Sep 17 00:00:00 2001 From: cramakri <cramakri> Date: Wed, 13 Feb 2013 10:26:27 +0000 Subject: [PATCH] MINOR : Switched a freqeuent logging statement to debug instead of info SVN: 28359 --- .../content/PathInfoDBAwareHierarchicalContentFactory.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datastore_server/source/java/ch/systemsx/cisd/openbis/dss/generic/shared/content/PathInfoDBAwareHierarchicalContentFactory.java b/datastore_server/source/java/ch/systemsx/cisd/openbis/dss/generic/shared/content/PathInfoDBAwareHierarchicalContentFactory.java index 19d7e823542..b6c23d1c43e 100644 --- a/datastore_server/source/java/ch/systemsx/cisd/openbis/dss/generic/shared/content/PathInfoDBAwareHierarchicalContentFactory.java +++ b/datastore_server/source/java/ch/systemsx/cisd/openbis/dss/generic/shared/content/PathInfoDBAwareHierarchicalContentFactory.java @@ -37,7 +37,7 @@ public class PathInfoDBAwareHierarchicalContentFactory extends { if (PathInfoDataSourceProvider.isDataSourceDefined()) { - operationLog.info("Path Info DB is properly configured"); + operationLog.debug("Path Info DB is properly configured"); return new PathInfoDBAwareHierarchicalContentFactory( ServiceProvider.getDataSetPathInfoProvider()); } else -- GitLab