Skip to content

Commit

Permalink
minor fix: missing logging parameter
Browse files Browse the repository at this point in the history
small logging bug introduced in bed8a30
  • Loading branch information
boyska committed Feb 17, 2015
1 parent a139e4f commit 74ef6e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webant/agherant.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def autoreplace(description_url):
map(autoreplace, descriptions))
clients = []
for url in descriptions:
log.debug("Fetching description %s")
log.debug("Fetching description {}".format(url))
try:
clients.append(Client(url))
except:
Expand Down

0 comments on commit 74ef6e7

Please sign in to comment.