# HG changeset patch # User neko259 # Date 2014-10-15 17:26:58 # Node ID cb2cfb7fbfec25478ee2ffb26a4fcea9bc7f2057 # Parent 4e85fe873e97a5aa18fa1dcfeda442942c0f2d0c Added quotes to the title 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: