[DS-3852] Give more information about the item just indexed, to help identify it in case of problems.

This commit is contained in:
Mark H. Wood
2018-02-24 16:52:33 -05:00
parent 51b74510b9
commit 07b050cf7d

View File

@@ -283,7 +283,8 @@ public class XOAI {
doc.addField("item.compile", out.toString());
if (verbose) {
println("Item with handle " + handle + " indexed");
println(String.format("Item %d with handle %s indexed",
item.getID(), handle));
}