2
0
Эх сурвалжийг харах

Fix incorrect option names in config normalize warning message.

Jeffery To 2 долоо хоног өмнө
parent
commit
a1eb612a08

+ 1 - 1
borgmatic/config/normalize.py

@@ -159,7 +159,7 @@ def normalize(config_filename, config):
                 dict(
                 dict(
                     levelno=logging.WARNING,
                     levelno=logging.WARNING,
                     levelname='WARNING',
                     levelname='WARNING',
-                    msg=f'{config_filename}: The borgmatic_source_directory option is deprecated and will be removed from a future release. Use borgmatic_runtime_directory and borgmatic_state_directory instead.',
+                    msg=f'{config_filename}: The borgmatic_source_directory option is deprecated and will be removed from a future release. Use user_runtime_directory and user_state_directory instead.',
                 )
                 )
             )
             )
         )
         )