Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Natay committed Apr 9, 2021
1 parent 2fd7aaf commit f4b279c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion biostar/forum/management/commands/cleanup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def prune_data(weeks=10, days=1, delall=False):
# Get all messages bodies without a message
bodies = MessageBody.objects.filter(message=None)

logger.info(f"Deleting {bodies.count()} messages")
logger.info(f"Deleting {bodies.count()} message bodies.")
bodies.delete()

return
Expand Down

0 comments on commit f4b279c

Please sign in to comment.