mirror of https://github.com/apache/lucene.git
debugging: solrHome isn't set yet when this is logged
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1026318 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
900f1635fc
commit
ef148517f4
|
@ -87,7 +87,7 @@ public class CoreContainer
|
||||||
private String zkHost;
|
private String zkHost;
|
||||||
|
|
||||||
{
|
{
|
||||||
log.info("New CoreContainer: solrHome=" + solrHome + " instance="+System.identityHashCode(this));
|
log.info("New CoreContainer " + System.identityHashCode(this));
|
||||||
}
|
}
|
||||||
|
|
||||||
public CoreContainer() {
|
public CoreContainer() {
|
||||||
|
|
Loading…
Reference in New Issue