Skip to content

Commit c8ca6a7

Browse files
committed
Add message for Exception
1 parent f68174d commit c8ca6a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SequenceAnalysis/src/org/labkey/sequenceanalysis/SequenceAnalysisMaintenanceTask.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ private void checkJobCancelled(Logger log)
9595

9696
if (rowId == -1)
9797
{
98-
log.warn("Unable to find rowId for job", new Exception());
98+
log.warn("Unable to find rowId for job", new Exception("Unable to find rowId for job"));
9999
return;
100100
}
101101

0 commit comments

Comments
 (0)