Skip to content

Commit

Permalink
Reverted an unintended change from previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
dj-smart committed Aug 11, 2023
1 parent a274712 commit 134a8e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ public final RuntimeInfo run(ProgramDescriptor programDescriptor, ProgramOptions
} catch (Exception e) {
controller.failed(e);
programStateWriter.error(programRunId, e);
LOG.error("Exception while trying to run program with runID {}", programRunId, e);
LOG.error("Exception while trying to run program run {}", programRunId, e);
}
});
return runtimeInfo;
Expand Down

0 comments on commit 134a8e7

Please sign in to comment.