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