mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-08 18:44:22 +00:00
[DS-3852] Give more information about the item just indexed, to help identify it in case of problems.
This commit is contained in:
@@ -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));
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user