Merge branch '10498-register-with-chosen-api' closes #10498
[arvados.git] / services / dockercleaner / arvados_docker / cleaner.py
index 9c03c9197122f7d4c02606fc6efc28a1ac09e743..b03b9e50ffaa47921341305673975ea24b1bcac0 100755 (executable)
@@ -266,8 +266,9 @@ def load_config(arguments):
     except (FileNotFoundError, IOError, ValueError) as error:
         if (isinstance(error, FileNotFoundError) and
             args.config == DEFAULT_CONFIG_FILE):
-            logger.warning("DEPRECATED: default config file not found; "
-                           "relying on command line configuration")
+            logger.warning("DEPRECATED: default config file %s not found; "
+                           "relying on command line configuration",
+                           repr(DEFAULT_CONFIG_FILE))
         else:
             sys.exit('error reading config file {}: {}'.format(
                 args.config, error))