mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-16 06:23:10 +00:00
logging item handle during export (when available)
This commit is contained in:
@@ -139,8 +139,9 @@ public class ItemExportServiceImpl implements ItemExportService
|
|||||||
// now create a subdirectory
|
// now create a subdirectory
|
||||||
File itemDir = new File(destDir + "/" + seqStart);
|
File itemDir = new File(destDir + "/" + seqStart);
|
||||||
|
|
||||||
System.out.println("Exporting Item " + myItem.getID() + " to "
|
System.out.println("Exporting Item " + myItem.getID() +
|
||||||
+ itemDir);
|
(myItem.getHandle() != null ? ", handle " + myItem.getHandle() : "") +
|
||||||
|
" to " + itemDir);
|
||||||
|
|
||||||
if (itemDir.exists())
|
if (itemDir.exists())
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user