Skip to content

Commit

Permalink
Merge pull request #26932 from hlhoots/26931-MissingResourceException…
Browse files Browse the repository at this point in the history
…InMessages

Issue #26931- missing resource for message
  • Loading branch information
hlhoots authored Nov 14, 2023
2 parents cc3588e + 0db0222 commit 728ae59
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ public ReturnCode stop() {
boolean lockExists = serverLock.lockFileExists();

if (!lockExists) {
System.out.println(MessageFormat.format(BootstrapConstants.messages.getString("warning.serverLockFileDoesNotExist"), BootstrapConstants.S_LOCK_FILE));
System.out.println(MessageFormat.format(BootstrapConstants.messages.getString("warning.serverLockFileNotExist"), BootstrapConstants.S_LOCK_FILE));
System.out.println(MessageFormat.format(BootstrapConstants.messages.getString("info.serverNotRunning"), serverName));
return ReturnCode.REDUNDANT_ACTION_STATUS;
}
Expand Down

0 comments on commit 728ae59

Please sign in to comment.