Skip to content

Commit e88e82c

Browse files
committed
fixup message
1 parent 7df3ca1 commit e88e82c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

readthedocs/search/management/commands/reindex_elasticsearch.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@ def _run_reindex_tasks(self, models):
6868
# http://celery.readthedocs.io/en/latest/userguide/canvas.html#chain
6969
chain(pre_index_task, chord_tasks, missed_index_task).apply_async()
7070

71-
message = "Successfully issued tasks for {}.{}".format(app_label, model_name)
71+
message = ("Successfully issued tasks for {}.{}, total {} items"
72+
.format(app_label, model_name, len(instance_ids)))
7273
log.info(message)
7374

7475
@staticmethod

0 commit comments

Comments
 (0)