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:
Yonik Seeley 2010-10-22 13:27:04 +00:00
parent 900f1635fc
commit ef148517f4
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ public class CoreContainer
private String zkHost;
{
log.info("New CoreContainer: solrHome=" + solrHome + " instance="+System.identityHashCode(this));
log.info("New CoreContainer " + System.identityHashCode(this));
}
public CoreContainer() {