aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2012-08-19 05:16:05 +0000
committerRob Austein <sra@hactrn.net>2012-08-19 05:16:05 +0000
commitb2eb70ea0d75d8e969b29502a264704599e790d7 (patch)
treefaa98b70ac053bc9f429fee7f8a3790ac1a3e91d
parent26c65b2bdfb408a1bdeb3557f6e460d78813f1d6 (diff)
Typo.
svn path=/branches/tk274/; revision=4641
-rw-r--r--rpkid/rpki/rpkid_tasks.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpkid/rpki/rpkid_tasks.py b/rpkid/rpki/rpkid_tasks.py
index 62d0f474..0960cc14 100644
--- a/rpkid/rpki/rpkid_tasks.py
+++ b/rpkid/rpki/rpkid_tasks.py
@@ -108,7 +108,7 @@ class AbstractTask(object):
self.clear()
self.start()
else:
- rpki.log.debug("Restarting task %r at " % (self, self.continuation))
+ rpki.log.debug("Restarting task %r at %r" % (self, self.continuation))
continuation = self.continuation
self.continuation = None
continuation()