SOLR-7337: ZkController.registerConfListenerForCore should add the dir name it can't find to the message

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1670808 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Noble Paul 2015-04-02 02:00:41 +00:00
parent dabb2993fa
commit b9a883625b
1 changed files with 1 additions and 1 deletions

View File

@ -2282,7 +2282,7 @@ public final class ZkController {
}
});
} else {
throw new SolrException(ErrorCode.SERVER_ERROR, "This conf directory is not valid");
throw new SolrException(ErrorCode.SERVER_ERROR, "This conf directory is not valid "+ confDir);
}
}
}