]> git.lyx.org Git - lyx.git/blobdiff - src/CoordCache.cpp
Amend 207eaeee9071cb
[lyx.git] / src / CoordCache.cpp
index 2a8132818590172998b99a35343ba58d78fdb88a..7e881780ebdb0b61b855664665a9acf3a8c28e84 100644 (file)
@@ -48,7 +48,7 @@ void CoordCache::dump() const
                // (therefore it has type 'void *') (see bug #7376).
                void const * inset = ccd.first;
                Point const p = ccd.second.pos;
-               LYXERR0("Inset " << inset << " has point " << p.x_ << "," << p.y_);
+               LYXERR(Debug::PAINTING, "Inset " << inset << " has point " << p.x_ << "," << p.y_);
        }
 }