[
https://issues.apache.org/jira/browse/DROIDS-131?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Richard Frovarp resolved DROIDS-131.
------------------------------------
Resolution: Fixed
Fixed in r1209820.
There may be other areas of the code that may have this problem, but this class
is fixed.
> Log the entire exception in SequentialTaskMaster
> ------------------------------------------------
>
> Key: DROIDS-131
> URL: https://issues.apache.org/jira/browse/DROIDS-131
> Project: Droids
> Issue Type: Improvement
> Components: core
> Affects Versions: 0.0.2
> Reporter: Eugen Paraschiv
> Fix For: 0.0.2
>
>
> The stack of the exception is lost in SequentialTaskMaster:
> log.warn(ex.toString());
> should be:
> log.warn(ex.toString(), ex);
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira