Agent: small logging improvement

This commit is contained in:
VakarisZ 2021-12-08 14:15:39 +02:00
parent 92c0152b4e
commit 8cd8449f12
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ class InfectionMonkey:
should_stop = ControlChannel(WormConfiguration.current_server, GUID).should_agent_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
if InfectionMonkey._is_upgrade_to_64_needed():