Commit 480266d7 authored by Michal Čihař's avatar Michal Čihař

Fix format string

[CI skip]
Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent acacea36
......@@ -705,7 +705,7 @@ class Translation(models.Model, URLMixin, PercentMixin, LoggerMixin):
'''
Commits any pending changes.
'''
self.log_info('check commit', author)
self.log_info('check commit %s', author)
# Get author of last changes
last = self.get_last_author(True)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment