Skip to content

Commit 7461d68

Browse files
committed
Update error message
1 parent 3aa3214 commit 7461d68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ else if (run.getFilePathRootPath() == null)
257257
}
258258
catch (IOException e)
259259
{
260-
log.error(e.getMessage());
260+
log.error("Error walking file root: " + run.getFilePathRootPath(), e);
261261
}
262262
}
263263
}

0 commit comments

Comments
 (0)