summaryrefslogtreecommitdiff
path: root/processors/generic_processor.py
diff options
context:
space:
mode:
Diffstat (limited to 'processors/generic_processor.py')
-rw-r--r--processors/generic_processor.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/processors/generic_processor.py b/processors/generic_processor.py
index 70779b3..093a432 100644
--- a/processors/generic_processor.py
+++ b/processors/generic_processor.py
@@ -606,7 +606,7 @@ class GenericProcessor(processor.ImportProcessor):
if feature not in commands.FEATURE_NAMES:
raise plugin_errors.UnknownFeature(feature)
- def debug(self, mgs, *args):
+ def debug(self, msg, *args):
"""Output a debug message if the appropriate -D option was given."""
if "fast-import" in debug.debug_flags:
msg = "%s DEBUG: %s" % (self._time_of_day(), msg)