Skip to content

Commit

Permalink
fix format string
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasWaldmann committed Apr 25, 2015
1 parent b6528b7 commit 0c425e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nsupdate/api/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ def _on_update_success(host, fqdn, kind, ipaddr, secure, logger):
if not _delete:
logger.info("updating related host %s -> %s" % (rh_fqdn, rh_ipaddr))
else:
logger.info("deleting related host %s -> %s" % (rh_fqdn, ))
logger.info("deleting related host %s" % (rh_fqdn, ))
try:
if not _delete:
update(rh_fqdn, rh_ipaddr)
Expand Down

0 comments on commit 0c425e1

Please sign in to comment.