diff --git a/src/Paragraph.cpp b/src/Paragraph.cpp index ba3ee8e0d8..385d5b0fc5 100644 --- a/src/Paragraph.cpp +++ b/src/Paragraph.cpp @@ -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; }