]> git.lyx.org Git - lyx.git/blobdiff - src/texrow.C
Applied Angus patch to compile on DEC C++ and to avoid name clashes
[lyx.git] / src / texrow.C
index 01c60fc96ef7d1742427b81587dd619dcec3753c..a0cce0a298926326ce08431d9599a86bf264760a 100644 (file)
@@ -112,13 +112,15 @@ void TexRow::increasePos(int id, int pos) const
                if (id == (*kit).id()
                    && pos < (*kit).pos()) {
                        (*kit).pos((*kit).pos() + 1);
-                       lyxerr << "TeXRow::increasePos: ideally this "
+                       lyxerr.debug()
+                               << "TeXRow::increasePos: ideally this "
                                "should never happen..." << endl;
                }
                // When verified to work this clause should be deleted.
                if (id == (*kit).id()
                    && pos == (*kit).pos()) {
-                       lyxerr << "TexRow::increasePos: this should happen "
+                       lyxerr.debug()
+                               << "TexRow::increasePos: this should happen "
                                "maximum one time for each run of "
                                "increasePos!" << endl;
                }