forked from organicmaps/organicmaps-tmp
[generator] Fix error text
This commit is contained in:
parent
c215bdd010
commit
f05979fdae
1 changed files with 1 additions and 1 deletions
|
@ -354,7 +354,7 @@ public:
|
|||
break;
|
||||
}
|
||||
default:
|
||||
CHECK(false, (""));
|
||||
CHECK(false, ("Unexpected relation type:", kv.key));
|
||||
}
|
||||
if (ref)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue