Skip to content

Commit

Permalink
Update error message
Browse files Browse the repository at this point in the history
  • Loading branch information
bbimber committed May 1, 2024
1 parent 3aa3214 commit 7461d68
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ else if (run.getFilePathRootPath() == null)
}
catch (IOException e)
{
log.error(e.getMessage());
log.error("Error walking file root: " + run.getFilePathRootPath(), e);
}
}
}
Expand Down

0 comments on commit 7461d68

Please sign in to comment.