mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-17 15:03:18 +00:00
Merge pull request #137 from hardyoyo/DS-1174
DS-1174: added e.printStackTrace to exception handler in itemUpdate.java
This commit is contained in:
@@ -454,6 +454,7 @@ public class ItemUpdate {
|
|||||||
catch(Exception e)
|
catch(Exception e)
|
||||||
{
|
{
|
||||||
pr("Exception processing item " + dirname + ": " + e.toString());
|
pr("Exception processing item " + dirname + ": " + e.toString());
|
||||||
|
e.printStackTrace();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user