diff --git a/monkey/infection_monkey/master/propagator.py b/monkey/infection_monkey/master/propagator.py index ef3bf92ea..9d31b94b4 100644 --- a/monkey/infection_monkey/master/propagator.py +++ b/monkey/infection_monkey/master/propagator.py @@ -137,7 +137,7 @@ class Propagator: self, exploiter_name: str, host: VictimHost, result: ExploiterResultData ): if result.success: - logger.info("Successfully propagated to {host} using {exploiter_name}") + logger.info(f"Successfully propagated to {host} using {exploiter_name}") else: logger.info( f"Failed to propagate to {host} using {exploiter_name}: {result.error_message}"