Fixed typo in reaper.py
Change-Id: I9b98da30e5f934164e490beb4d6cde840f08832a
This commit is contained in:
@@ -109,7 +109,7 @@ class AccountReaper(Daemon):
|
|||||||
def run_forever(self, *args, **kwargs):
|
def run_forever(self, *args, **kwargs):
|
||||||
"""Main entry point when running the reaper in normal daemon mode.
|
"""Main entry point when running the reaper in normal daemon mode.
|
||||||
|
|
||||||
This repeatedly calls :func:`reap_once` no quicker than the
|
This repeatedly calls :func:`run_once` no quicker than the
|
||||||
configuration interval.
|
configuration interval.
|
||||||
"""
|
"""
|
||||||
self.logger.debug('Daemon started.')
|
self.logger.debug('Daemon started.')
|
||||||
|
Reference in New Issue
Block a user