minor logging adjustment
This commit is contained in:
parent
efd5e3f48a
commit
49e54eb7d2
1 changed files with 1 additions and 1 deletions
|
|
@ -408,7 +408,7 @@ class RepoManager(object):
|
|||
return False
|
||||
arches = taginfo.get('arches', '').split()
|
||||
if not arches:
|
||||
self.logger.error('Tag with external repo lacks arches: %(name)s', taginfo)
|
||||
self.logger.warning('Tag with external repo lacks arches: %(name)s', taginfo)
|
||||
return False
|
||||
expanded_urls = [url.replace('$arch', a) for a in arches]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue