Skip to content

Commit

Permalink
Fix wording in UnavailableException error message
Browse files Browse the repository at this point in the history
  • Loading branch information
farmdawgnation authored Jun 12, 2017
1 parent 84b3853 commit dd33623
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 @@ trait HTTPProvider {
logger.error("------------------------------------------------------------------")
logger.error("------------------------------------------------------------------")
logger.error("------------------------------------------------------------------")
logger.error("********** Failed to Boot! An unavailable exception was thrown an all futher boot activities are aborted", unavailableException);
logger.error("********** Failed to Boot! An UnavailableException was thrown and all futher boot activities are aborted", unavailableException);
logger.error("------------------------------------------------------------------")
logger.error("------------------------------------------------------------------")
logger.error("------------------------------------------------------------------")
Expand Down

0 comments on commit dd33623

Please sign in to comment.