diff --git a/src/checks/check_boot_errors.py b/src/checks/check_boot_errors.py index f13b04e..6bb892e 100644 --- a/src/checks/check_boot_errors.py +++ b/src/checks/check_boot_errors.py @@ -7,4 +7,4 @@ def check_boot_errors(): result = subprocess.run(["dmesg"], capture_output=True, text=True) errors = result.stdout.lower().count("error") if errors > 30: - log_message("Last boot has had more than 30 errors,, :( (according to dmesg)" + environ.get("BOT_OWNER") + " please check the logs!") + log_message("Last boot has had more than 30 errors,, :c (according to dmesg)" + environ.get("BOT_OWNER") + " please check the logs!")