mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 01:54:22 +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)
|
||||
{
|
||||
pr("Exception processing item " + dirname + ": " + e.toString());
|
||||
e.printStackTrace();
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user