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
91172a85
Commit
91172a85
authored
Aug 16, 2012
by
Clément Schreiner
Browse files
Fix wrong debug message.
parent
3632f0cf
Changes
1
Hide whitespace changes
Inline
Side-by-side
debexpo/importer/importer.py
View file @
91172a85
...
...
@@ -390,7 +390,7 @@ class Importer(object):
self
.
changes
,
self
.
changes_file
,
user_id
=
self
.
user_id
)
log
.
debug
(
'Running plugins of type: %s'
%
typ
e
)
log
.
debug
(
'Running plugins of type: %s'
%
stag
e
)
plugins
.
load_plugins
()
plugins
.
run_plugins
()
...
...
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