Print the stack trace of unexpected exception

git-svn-id: https://svn.apache.org/repos/asf/ant/ivy/core/trunk@1558740 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Nicolas Lalevee 2014-01-16 10:22:58 +00:00
parent 91ac1574aa
commit 82ca28e2ec
1 changed files with 1 additions and 0 deletions

View File

@ -243,6 +243,7 @@ public class IvyNode implements Comparable {
throw e;
} catch (Exception e) {
problem = e;
Message.debug("Unexpected error: " + problem.getMessage(), problem);
return false;
}
} else {