make non-debug messages less noisy
This commit is contained in:
parent
83e535b09e
commit
94a6f22f09
1 changed files with 3 additions and 3 deletions
|
@ -91,9 +91,9 @@ while True:
|
|||
url = BASE1 + path + '/repodata/repomd.xml'
|
||||
hash = hash_url(url)
|
||||
if hash != DIRDICT[path]:
|
||||
print "CHANGE %s" % url
|
||||
print " %s" % DIRDICT[path]
|
||||
print " %s" % hash
|
||||
debug("CHANGE %s" % url)
|
||||
debug(" %s" % DIRDICT[path])
|
||||
debug(" %s" % hash)
|
||||
print 'REFRESHING ' + BASE2 + path
|
||||
# if hash changes, refresh repodata on proxy server
|
||||
refresh_repodata(path)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue