Commit 91172a85 authored by Clément Schreiner's avatar Clément Schreiner
Browse files

Fix wrong debug message.

parent 3632f0cf
......@@ -390,7 +390,7 @@ class Importer(object):
self.changes,
self.changes_file,
user_id=self.user_id)
log.debug('Running plugins of type: %s' % type)
log.debug('Running plugins of type: %s' % stage)
plugins.load_plugins()
plugins.run_plugins()
......
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