]> git.lyx.org Git - features.git/blobdiff - src/BufferView.cpp
CALS tables: base implementation of row separators on the new code from XHTML.
[features.git] / src / BufferView.cpp
index 023301dd482e596d77e674ac597d9a022288304f..32c890c7982030952cea75d41a4ce4a06a07e4e8 100644 (file)
@@ -2621,7 +2621,7 @@ bool BufferView::setCursorFromRow(int row)
 {
        TexRow::TextEntry start, end;
        tie(start,end) = buffer_.texrow().getEntriesFromRow(row);
-       LYXERR(Debug::LATEX,
+       LYXERR(Debug::OUTFILE,
               "setCursorFromRow: for row " << row << ", TexRow has found "
               "start (id=" << start.id << ",pos=" << start.pos << "), "
               "end (id=" << end.id << ",pos=" << end.pos << ")");