fixed / clean ups
[mir.git] / source / mircoders / producer / UnIndexingProducerNode.java
index 77a25d5..8589f75 100755 (executable)
@@ -71,7 +71,7 @@ public class UnIndexingProducerNode implements ProducerNode {
       if (! (entity instanceof EntityContent)) {
         throw new ProducerFailure("UnIndexingProducerNode: value of '"+contentKey+"' is not a content EntityAdapter, but a " + entity.getClass().getName() + " adapter", null);
       }
-      aLogger.info("UnIndexing " + (String) entity.getValue("id") + " out of " + index);
+      aLogger.info("UnIndexing " + (String) entity.getFieldValue("id") + " out of " + index);
 
       IndexUtil.unindexEntity((EntityContent) entity, index);
     }