Skip to content

Commit

Permalink
Demote this log statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphbean committed Feb 21, 2015
1 parent a3171f2 commit f99f5f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hotness/consumers.py
Expand Up @@ -334,5 +334,5 @@ def get_dist_tag(self):
data = r.json()
collection = data['collections'][0]
tag = collection['dist_tag']
self.log.info("Got rawhide suffix %r" % tag)
self.log.debug("Got rawhide suffix %r" % tag)
return tag

0 comments on commit f99f5f5

Please sign in to comment.