Merge pull request #137 from hardyoyo/DS-1174

DS-1174: added e.printStackTrace to exception handler in itemUpdate.java
This commit is contained in:
helix84
2012-11-19 14:38:30 -08:00

View File

@@ -454,6 +454,7 @@ public class ItemUpdate {
catch(Exception e)
{
pr("Exception processing item " + dirname + ": " + e.toString());
e.printStackTrace();
}
}