Skip to content

Commit cc52a84

Browse files
committed
Debug BlastJob/serialization error
1 parent b3e27e5 commit cc52a84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blast/src/org/labkey/blast/model/BlastJob.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ public void setParams(String params)
113113
catch (JSONException e)
114114
{
115115
String containerPath = getContainer() == null || ContainerManager.getForId(getContainer()) == null ? "<MISSING: " + getContainer() + ">" : ContainerManager.getForId(getContainer()).getPath();
116-
_log.error("Unable to parse BlastJob config for: " + _objectid + " in container: " + containerPath + ", was: " + _params);
116+
_log.error("Unable to parse BlastJob config for: " + _objectid + " in container: " + containerPath + ", was: " + params, e);
117117
}
118118
}
119119

0 commit comments

Comments
 (0)