diff --git a/fdroidserver/common.py b/fdroidserver/common.py index 3d5224ff..ea3f219f 100644 --- a/fdroidserver/common.py +++ b/fdroidserver/common.py @@ -292,7 +292,7 @@ def fill_config_defaults(thisconfig): if 'ipfs_cid' not in thisconfig and shutil.which('ipfs_cid'): thisconfig['ipfs_cid'] = shutil.which('ipfs_cid') if not thisconfig.get('ipfs_cid'): - logging.warning(_("ipfs_cid not found, skipping CIDv1 generation")) + logging.debug(_("ipfs_cid not found, skipping CIDv1 generation")) for k in ['ndk_paths', 'java_paths']: d = thisconfig[k]