mirror of https://github.com/apache/lucene.git
Adjust awkward logging message
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@798296 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
00c0f8cdac
commit
489a87af9c
|
@ -86,7 +86,7 @@ public class SolrWriter {
|
|||
|
||||
public void deleteDoc(Object id) {
|
||||
try {
|
||||
log.info("deleted from document to Solr: " + id);
|
||||
log.info("Deleting document: " + id);
|
||||
DeleteUpdateCommand delCmd = new DeleteUpdateCommand();
|
||||
delCmd.id = id.toString();
|
||||
delCmd.fromPending = true;
|
||||
|
|
Loading…
Reference in New Issue