]> git.lyx.org Git - lyx.git/blobdiff - src/output_docbook.cpp
Try to be more pedantic wrt blank lines in lyx2lyx output
[lyx.git] / src / output_docbook.cpp
index 5458e7a7f433d26bf1687f6d44473b3ba6145d06..5e1f6d12cf2829fc281a1cd95268d9967249270f 100644 (file)
@@ -826,7 +826,7 @@ DocBookInfoTag getParagraphsWithInfo(ParagraphList const &paragraphs,
                // There should never be any section here, except for the first paragraph (a title can be part of <info>).
                // (Just a sanity check: if this fails, this function could end up processing the whole document.)
                if (cpit != bpit && isLayoutSectioningOrSimilar(par.layout())) {
-                       LYXERR0("Assertion failed: section found in potential <info> paragraphs.");
+                       LYXERR(Debug::OUTFILE, "Assertion failed: section found in potential <info> paragraphs.");
                        break;
                }