mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 19:07:45 +00:00
Improve debug message
This commit is contained in:
parent
72954f532b
commit
46ca4e9aa6
@ -41,6 +41,11 @@ void CoordCache::clear()
|
||||
|
||||
void CoordCache::dump() const
|
||||
{
|
||||
if (getInsets().data_.empty()) {
|
||||
LYXERR0("InsetCache is empty.");
|
||||
return;
|
||||
}
|
||||
|
||||
LYXERR0("InsetCache contains:");
|
||||
CoordCache::Insets::cache_type::const_iterator it =
|
||||
getInsets().data_.begin();
|
||||
|
Loading…
Reference in New Issue
Block a user