diff --git a/boards/models/post.py b/boards/models/post.py --- a/boards/models/post.py +++ b/boards/models/post.py @@ -71,7 +71,7 @@ class PostManager(models.Manager): # last! last_edit_time=posting_time) - logger.info('Created post #%d with title %s' % (post.id, + logger.info('Created post #%d with title "%s"' % (post.id, post.title)) if image: