Skip to content

Commit

Permalink
Update site_health_check_job.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gisly authored Nov 10, 2023
1 parent 1820ab5 commit 0ab895e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jobs/site_health_check_job.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def _execute(
logger.error(f"Bad body contents for {url}")
logger.warning(f"Html:\n\n{body_contents}")
return
logger.debug("Site contents look healthy")
logger.debug("Site content looks healthy")
if called_from_handler:
send(
load(
Expand Down

0 comments on commit 0ab895e

Please sign in to comment.