[generator] Fix error text

This commit is contained in:
Sergey Yershov 2015-10-16 16:56:47 +03:00
parent c215bdd010
commit f05979fdae

View file

@ -354,7 +354,7 @@ public:
break;
}
default:
CHECK(false, (""));
CHECK(false, ("Unexpected relation type:", kv.key));
}
if (ref)
{