Skip to content

Commit

Permalink
FIX: Fix log message
Browse files Browse the repository at this point in the history
skipci
  • Loading branch information
cortadocodes committed Feb 6, 2025
1 parent 7b96f43 commit 2d3647a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion octue/cloud/pub_sub/service.py
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ def cancel(self, question_uuid, event_store_table_id, timeout=30):
timeout=timeout,
)

logger.info("Cancellation of question %r requested.", self, question_uuid)
logger.info("Cancellation of question %r requested.", question_uuid)

def send_exception(
self,
Expand Down

0 comments on commit 2d3647a

Please sign in to comment.