From 6b5c1e46aa445d44808f1e3c732c46ae6647d361 Mon Sep 17 00:00:00 2001 From: urihershgc Date: Mon, 30 Nov 2015 11:03:54 +0200 Subject: [PATCH] monkey and not winworm in log --- chaos_monkey/monkey.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()