replace _callables by _works

In PeriodicsTasks _callables have been renamed _works
a while ago, but one occurence was missing.

Change-Id: I16cdda70917721d4140e2217f8bfce53ee5b730d
This commit is contained in:
Mehdi Abaakouk 2016-11-23 09:15:06 +01:00
parent 8604153294
commit d38f4ccf02
1 changed files with 1 additions and 1 deletions

View File

@ -714,7 +714,7 @@ class PeriodicWorker(object):
for c in ['Runs in', 'Active', 'Periodicity']:
cols.remove(c)
self._log.debug("Stopped running %s callbacks:\n%s",
len(self._callables), self.pformat(columns=cols))
len(self._works), self.pformat(columns=cols))
def pformat(self, columns=_DEFAULT_COLS):
# Convert to a list to ensure we maintain the same order when used