diff --git a/Bank.py b/Bank.py index 35b3f57..bed42bb 100644 --- a/Bank.py +++ b/Bank.py @@ -16,6 +16,7 @@ class Bank(Target): pass def reset(self): + logging.info("Reset Bank " + self.name) for target in self.targets: target.reset()