Skip to content

Commit

Permalink
Reword debug log message
Browse files Browse the repository at this point in the history
Signed-off-by: Luca Carrogu <[email protected]>
  • Loading branch information
lukeseawalker committed Nov 8, 2023
1 parent 7519447 commit 25cce71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/slurm_plugin/fleet_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ def launch_ec2_instances(self, count, job_id=None):
"Launched the following instances %s",
print_with_count([instance.get("InstanceId", "") for instance in assigned_nodes.get("Instances")]),
)
logger.debug("Full launched instances information: %s", assigned_nodes.get("Instances"))
logger.debug("Launched instances information: %s", assigned_nodes.get("Instances"))

return [EC2Instance.from_describe_instance_data(instance_info) for instance_info in assigned_nodes["Instances"]]

Expand Down

0 comments on commit 25cce71

Please sign in to comment.