Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
mentors.debian.net
debexpo
Commits
aa880bcd
Commit
aa880bcd
authored
Aug 13, 2012
by
Baptiste Mouterde
Committed by
ikoalaz
Aug 13, 2012
Browse files
msg_service : fix log, that wasn't readable
parent
ab1f3b30
Changes
1
Hide whitespace changes
Inline
Side-by-side
debexpo/controllers/msg_service.py
View file @
aa880bcd
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment