Apply suggestions from code review for better texts

Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
This commit is contained in:
Dominik Bruhn
2024-06-08 08:26:37 +02:00
committed by Dominik Bruhn
parent 6a63e77135
commit 0ad2cd1285
3 changed files with 6 additions and 8 deletions

View File

@@ -293,7 +293,7 @@ def merge(
)
if delete_originals:
logger.info("Removing original documents after consumption of merged document")
logger.info("Queueing removal of original documents after consumption of merged document")
chain(consume_task, delete_documents.si(affected_docs)).delay()
else:
consume_task.delay()