diff --git a/SAS/TMSS/src/tmss/tmssapp/tasks.py b/SAS/TMSS/src/tmss/tmssapp/tasks.py
index a7ec0563ed05ab42fb3a2524fb1f4cb62652423f..463934b7e9b1442edf02bda6b5eab09e18c281b8 100644
--- a/SAS/TMSS/src/tmss/tmssapp/tasks.py
+++ b/SAS/TMSS/src/tmss/tmssapp/tasks.py
@@ -122,7 +122,7 @@ def create_task_blueprint_from_task_draft(task_draft: models.TaskDraft) -> model
         specifications_template=task_draft.specifications_template
         )
 
-    logger.info("Task Blueprint (id=%s) created from  Task Draft (id=%s) created task_blueprint id=%s", task_blueprint.pk, task_draft.pk)
+    logger.info("Task Blueprint (id=%s) created from Task Draft (id=%s)", task_blueprint.pk, task_draft.pk)
 
     # now that we have a task_blueprint, its time to refresh the task_draft so we get the non-cached fields
     task_draft.refresh_from_db()