Skip to content

Commit

Permalink
Update opennms-services/src/main/java/org/opennms/netmgt/scriptd/Exec…
Browse files Browse the repository at this point in the history
…utor.java

Co-authored-by: Christian Pape <[email protected]>
  • Loading branch information
dino2gnt and christianpape authored Sep 16, 2024
1 parent 5631cea commit 6f1dff7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ protected void doReload() {
try {
m_scriptManager.exec(startScript.getLanguage(), "", 0, 0, startScript.getContent().get());
} catch (BSFException e) {
LOG.error("Start script failed: " + startScript, e);
LOG.error("Start script failed: {}", startScript, e);
}
} else {
LOG.warn("Start script has no script content: " + startScript);
Expand Down

0 comments on commit 6f1dff7

Please sign in to comment.