diff --git a/bin/packaging-data-fetch-downstream b/bin/packaging-data-fetch-downstream index f78acc5b86b40b35b662f59b551847193efa3b82..df1d52e55b5c49a0495a5193d242fc5b2771ae22 100755 --- a/bin/packaging-data-fetch-downstream +++ b/bin/packaging-data-fetch-downstream @@ -399,6 +399,7 @@ if __name__ == "__main__": logging.basicConfig(level=args.loglevel or logging.INFO) if args.cache: + logging.info(f"Loading cacheable data from {args.cache.name}") yaml_import = yaml.safe_load(args.cache) try: cache = yaml_import["packages"]