diff options
author | Rob Austein <sra@hactrn.net> | 2009-09-11 18:03:59 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2009-09-11 18:03:59 +0000 |
commit | e97c9b25332fc4a8a441f2970b4acb8122875250 (patch) | |
tree | c82a6eb6a724452f89e80b6012ab10e705a425c2 /rpkid/rpki/async.py | |
parent | f7579e4d9a43785ee3e5b80d51e12c04c333a901 (diff) |
Cleanup
svn path=/rpkid/rpki/async.py; revision=2748
Diffstat (limited to 'rpkid/rpki/async.py')
-rw-r--r-- | rpkid/rpki/async.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpkid/rpki/async.py b/rpkid/rpki/async.py index ba817007..ee82800a 100644 --- a/rpkid/rpki/async.py +++ b/rpkid/rpki/async.py @@ -52,7 +52,7 @@ class iterator(object): except (ExitNow, SystemExit): raise except: - rpki.log.debug("Problem constructing iterator for %s" % repr(iterable)) + rpki.log.debug("Problem constructing iterator for %r" % (iterable,)) raise self.doit() |