Skip to content

Commit

Permalink
Fix log message
Browse files Browse the repository at this point in the history
  • Loading branch information
ndwinton committed Feb 22, 2023
1 parent 6a32007 commit e2a99c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public class SimpleController {

@GetMapping("/")
public String ok(@Value("${ok.message:OK}") String message) {
logger.info("Requested / requested");
logger.info("Requested /");
return message;
}

Expand Down

0 comments on commit e2a99c4

Please sign in to comment.