Show More
@@ -71,7 +71,7 b' class PostManager(models.Manager):' | |||
|
71 | 71 | |
|
72 | 72 | logger = logging.getLogger('boards.post.create') |
|
73 | 73 | |
|
74 | logger.info('Created post {} with text {} by {}'.format(post, | |
|
74 | logger.info('Created post [{}] with text [{}] by {}'.format(post, | |
|
75 | 75 | post.get_text(),post.poster_ip)) |
|
76 | 76 | |
|
77 | 77 | # TODO Move this to other place |
General Comments 0
You need to be logged in to leave comments.
Login now