change println of core descriptor to log

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1668118 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Yonik Seeley 2015-03-20 19:08:50 +00:00
parent 60f161fd9b
commit 7294349918
1 changed files with 1 additions and 1 deletions

View File

@ -207,7 +207,7 @@ public class CoreDescriptor {
cloudDesc = null;
}
System.out.println("CORE DESCRIPTOR: " + coreProperties);
SolrCore.log.info("CORE DESCRIPTOR: " + coreProperties);
}
/**