diff --git a/smartsim/_core/control/controller.py b/smartsim/_core/control/controller.py index 8b95e5f6b..36c221268 100644 --- a/smartsim/_core/control/controller.py +++ b/smartsim/_core/control/controller.py @@ -369,7 +369,7 @@ def _launch_orchestrator(self, orchestrator: Orchestrator) -> None: create_cluster(orchestrator.hosts, orchestrator.ports) check_cluster_status(orchestrator.hosts, orchestrator.ports) num_shards = orchestrator.num_shards - logger.info("Database cluster created with {} shards", num_shards) + logger.info(f"Database cluster created with {num_shards} shards") cluster_created = True except SSInternalError: if num_trials > 0: