Commit aa880bcd authored by Baptiste Mouterde's avatar Baptiste Mouterde Committed by ikoalaz
Browse files

msg_service : fix log, that wasn't readable

parent ab1f3b30
......@@ -14,7 +14,7 @@ class MsgServiceController(BaseController):
content is the content...
context, the context that maid the msg appear
"""
log.debug("%s : content %s context %s" % (msgStyle, content, context))
log.debug("%s : content: %s context: %s" % (msgStyle, content, context))
c.style = msgStyle
c.content = content
c.context = context
......
Supports Markdown
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