diff --git a/lib/lyx2lyx/LyX.py b/lib/lyx2lyx/LyX.py index 700a69960d..5346eec254 100644 --- a/lib/lyx2lyx/LyX.py +++ b/lib/lyx2lyx/LyX.py @@ -554,6 +554,8 @@ class LyX_base: def convert(self): "Convert from current (self.format) to self.end_format." if self.format == self.end_format: + self.warning("No conversion needed: Target format %s " + "same as current format!" % self.format, default_debug__) return mode, conversion_chain = self.chain()