forked from organicmaps/organicmaps
[search] Better debug output for unknown category type.
This commit is contained in:
parent
f00f3333b7
commit
7008290a6e
1 changed files with 1 additions and 1 deletions
|
@ -352,7 +352,7 @@ public:
|
|||
{
|
||||
// Do index only for visible types in mwm.
|
||||
pair<int, int> const r = feature::GetDrawableScaleRange(type);
|
||||
CHECK(r.first <= r.second && r.first != -1, (r));
|
||||
CHECK(r.first <= r.second && r.first != -1, (c.GetReadableObjectName(type)));
|
||||
|
||||
if (r.second >= m_scales.first && r.first <= m_scales.second)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue