diff --git a/pmb/parse/apkindex.py b/pmb/parse/apkindex.py index e7e3473d..a22ba880 100644 --- a/pmb/parse/apkindex.py +++ b/pmb/parse/apkindex.py @@ -178,8 +178,8 @@ def parse(args, path, multiple_providers=True): """ # Require the file to exist if not os.path.isfile(path): - logging.debug("NOTE: APKINDEX not found, assuming no binary packages" - " exist for that architecture: " + path) + logging.verbose("NOTE: APKINDEX not found, assuming no binary packages" + " exist for that architecture: " + path) return {} # Try to get a cached result first