Improve debug message

This commit is contained in:
kaetemi 2014-02-07 01:49:01 +01:00
parent 0d317d64c6
commit c82c82c44d

View file

@ -610,7 +610,7 @@ static void computeIGBBox(const NL3D::CInstanceGroup &ig, CLightingBBox &result,
if (shapePathName.empty())
{
nlwarning("Unable to find shape %s", it->Name.c_str());
nlwarning("Unable to find shape '%s'", it->Name.c_str());
}
else
{