[search] Better debug output for unknown category type.

This commit is contained in:
vng 2013-09-21 20:52:29 +03:00 committed by Alex Zolotarev
parent f00f3333b7
commit 7008290a6e

View file

@ -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)
{