Introduced in commit
783f0e3a9903 ("qa: Adding a new class for the
daemonwatchdog to monitor").
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
for thrasher in self.thrashers:
if thrasher.exception is not None:
self.log("{name} failed".format(name=thrasher.name))
- bark_reason = f"Thrasher {name} threw exception {thrasher.exception}"
+ bark_reason = f"Thrasher {thrasher.name} threw exception {thrasher.exception}"
bark = True
for proc in self.watched_processes: