]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_pos.C
Georg Baum's vspace change
[lyx.git] / src / mathed / math_pos.C
index 15165e9ba3c0cfb0027a4ad60e06242944d894c4..39381c9f23495ccbe8e8ace4a3eeff28936a1482 100644 (file)
@@ -80,8 +80,8 @@ bool operator!=(CursorPos const & p, CursorPos const & q)
 bool operator<(CursorPos const & p, CursorPos const & q)
 {
        if (p.inset_ != q.inset_) {
-               lyxerr << "can't compare cursor and anchor in different insets"
-                      << endl;
+               lyxerr << "can't compare cursor and anchor in different insets\n"
+                      << "p: " << p << '\n' << "q: " << q << endl;
                return true;
        }
        if (p.idx_ != q.idx_)