Skip to content

Commit

Permalink
Merge pull request #78 from Project-OMOTES/fix-log-line
Browse files Browse the repository at this point in the history
76: Fix log line when sending a result on worker.
  • Loading branch information
lfse-slafleur authored Oct 15, 2024
2 parents 9585d2e + 7d072b2 commit 3a47c6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/omotes_sdk/internal/worker/worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ def after_return(
)

if result_message:
logger.debug("Sending result for job %s with reference", job_id, job_reference)
logger.debug("Sending result for job %s with reference %s", job_id, job_reference)
self.broker_if.send_message_to(
None,
WORKER.config.task_result_queue_name,
Expand Down

0 comments on commit 3a47c6d

Please sign in to comment.