Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanetteclark committed Aug 9, 2023
1 parent 1e4079b commit 2c89ce3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ public InputStream getMetadata(Run run, Session session) throws MetadigException
throw jee;
} catch (NotFound nf) { // save this to the DB, absorb and don't retry the run
log.error("Monitor: Object not found for pid: " + pidStr + ", unable to retrieve object");
// set a failure status for the run
// set a failure status for the run
run.setRunStatus(Run.FAILURE);
run.setErrorDescription("Object not found at serviceURL " + nodeServiceUrl);
try {
Expand Down

0 comments on commit 2c89ce3

Please sign in to comment.