From 77b1907d03c0291e3a5a3ee2f7f52daa86a2c502 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Wed, 11 Oct 2023 12:17:57 -0700 Subject: [PATCH] Update Healthchecks deprecation warning message for clarity. --- borgmatic/config/normalize.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/borgmatic/config/normalize.py b/borgmatic/config/normalize.py index 55baf9fa..5fb02d88 100644 --- a/borgmatic/config/normalize.py +++ b/borgmatic/config/normalize.py @@ -90,7 +90,7 @@ def normalize(config_filename, config): dict( levelno=logging.WARNING, levelname='WARNING', - msg=f'{config_filename}: The healthchecks hook now expects a mapping value. String values for this option are deprecated and support will be removed from a future release.', + msg=f'{config_filename}: The healthchecks hook now expects a key/value pair with "ping_url" as a key. String values for this option are deprecated and support will be removed from a future release.', ) ) )