SOLR-5473 removed unused APi, logging

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1624770 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Noble Paul 2014-09-13 17:40:59 +00:00
parent 3525a56010
commit ef634712ca
1 changed files with 1 additions and 1 deletions

View File

@ -313,7 +313,7 @@ public class Overseer implements Closeable {
log.info("going to update_collection {}", e.getKey());
zkClient.setData(e.getKey(), data, true);
} else {
log.info("going to create_collection {}", e.getKey(), new String(data));
log.info("going to create_collection {}", e.getKey());
zkClient.create(e.getKey(), data, CreateMode.PERSISTENT, true);
}
}