Move 'Connecting to koji <url>' messages to debug

This commit is contained in:
Owen W. Taylor
2020-10-29 10:30:22 -04:00
parent c1cc9a1a42
commit e06a7e33cd
2 changed files with 2 additions and 2 deletions

View File

@@ -89,7 +89,7 @@ def create_local_repo_from_koji_tag(config, tag, repo_dir, archs=None):
# Load koji config and create Koji session.
koji_config = get_koji_config(config)
address = koji_config.server
log.info("Connecting to koji %r" % address)
log.debug("Connecting to koji %r" % address)
session = koji.ClientSession(address, opts=koji_config)
# Get the list of all RPMs and builds in a tag.