Skip to content
This repository has been archived by the owner on Aug 9, 2024. It is now read-only.

Commit

Permalink
fix trace for incorrect log function call
Browse files Browse the repository at this point in the history
Fixes #98
  • Loading branch information
dustymabe committed Apr 20, 2018
1 parent eaadfa3 commit b3441f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fedimg/consumers.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def consume(self, msg):
try:
compose_metadata = fedfind.release.get_release(cid=compose_id).metadata
except fedfind.exceptions.UnsupportedComposeError:
LOG.debug("%r is unsupported compose" % compose_id)
_log.debug("%r is unsupported compose" % compose_id)
return


Expand Down

0 comments on commit b3441f1

Please sign in to comment.