forked from p34709852/monkey
Agent: small logging improvement
This commit is contained in:
parent
92c0152b4e
commit
8cd8449f12
|
@ -76,7 +76,7 @@ class InfectionMonkey:
|
||||||
|
|
||||||
should_stop = ControlChannel(WormConfiguration.current_server, GUID).should_agent_stop()
|
should_stop = ControlChannel(WormConfiguration.current_server, GUID).should_agent_stop()
|
||||||
if should_stop:
|
if should_stop:
|
||||||
logger.info("The Monkey Island has instructed this agent to stop.")
|
logger.info("The Monkey Island has instructed this agent to stop")
|
||||||
return
|
return
|
||||||
|
|
||||||
if InfectionMonkey._is_upgrade_to_64_needed():
|
if InfectionMonkey._is_upgrade_to_64_needed():
|
||||||
|
|
Loading…
Reference in New Issue