diff --git a/chaos_monkey/monkey.py b/chaos_monkey/monkey.py index d3e8707b1..15f4e4225 100644 --- a/chaos_monkey/monkey.py +++ b/chaos_monkey/monkey.py @@ -49,7 +49,7 @@ class ChaosMonkey(object): self._dropper_path = sys.argv[0] def start(self): - LOG.info("WinWorm is running...") + LOG.info("Monkey is running...") if firewall.is_enabled(): firewall.add_firewall_rule()