]> git.lyx.org Git - features.git/blobdiff - src/Paragraph.cpp
fix misleading debug message
[features.git] / src / Paragraph.cpp
index ba3ee8e0d8d16fbcf4642675b1ad1e5a0d4c1293..385d5b0fc5a9c545b41b7a966fe7b7e1a0030d6c 100644 (file)
@@ -1883,7 +1883,7 @@ bool Paragraph::latex(BufferParams const & bparams,
                                odocstream & os, TexRow & texrow,
                                OutputParams const & runparams) const
 {
-       LYXERR(Debug::LATEX, "SimpleTeXOnePar...     " << this);
+       LYXERR(Debug::LATEX, "Paragraph::latex...     " << this);
 
        bool return_value = false;
 
@@ -2143,7 +2143,7 @@ bool Paragraph::latex(BufferParams const & bparams,
                                          runparams);
        }
 
-       LYXERR(Debug::LATEX, "SimpleTeXOnePar...done " << this);
+       LYXERR(Debug::LATEX, "Paragraph::latex... done " << this);
        return return_value;
 }