Skip to content

Commit

Permalink
fixup! include version string in startup message
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores committed Oct 4, 2024
1 parent 741c7d2 commit 9ab9294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/io/cryostat/agent/Agent.java
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ public void accept(AgentArgs args) {
webServer.start();
registration.start();
client.triggerEvaluator().start(args.getSmartTriggers());
log.info("startup complete");
log.info("Startup complete");
} catch (Exception e) {
log.error(Agent.class.getSimpleName() + " startup failure", e);
if (agentExitHandler != null) {
Expand Down

0 comments on commit 9ab9294

Please sign in to comment.