forked from p15670423/monkey
Island: Modify skipping propagation log message
This commit is contained in:
parent
8d2078048c
commit
1199c72f0d
|
@ -176,7 +176,7 @@ class AutomatedMaster(IMaster):
|
|||
if should_propagate(self._control_channel.get_config(), self._current_depth):
|
||||
self._propagator.propagate(config["propagation"], current_depth, self._stop)
|
||||
else:
|
||||
logger.info("Skipping propagation, maximum depth reached")
|
||||
logger.info("Skipping propagation: maximum depth reached")
|
||||
|
||||
payload_thread = create_daemon_thread(
|
||||
target=self._run_plugins,
|
||||
|
|
Loading…
Reference in New Issue