Skip to content

Commit

Permalink
lifecycle: Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrossie committed Dec 6, 2023
1 parent b56b66b commit ce72480
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ private void doFireStage(final LifecycleHandlerType.LifecycleLevel level) {
} catch (final Exception e) {
logWarn("Killbill lifecycle failed to invoke lifecycle handler", e);
if (config.isServerExitOnLifecycleError()) {
log.warn("Existing as system was configured to exist on lifecycle error ");
log.warn("Exiting as system was configured to exit on lifecycle error ");
System.exit(1);
}
}
Expand Down

0 comments on commit ce72480

Please sign in to comment.