fix error msg when loading sdfs

This commit is contained in:
Mat Kelcey
2016-07-20 10:24:34 -07:00
parent 73ac7c89c6
commit 9369f9b764

View File

@@ -175,7 +175,7 @@ bool BulletURDFImporter::loadSDF(const char* fileName, bool forceFixedBase)
m_data->m_pathPrefix[0] = 0;
if (!fileFound){
std::cerr << "URDF file not found" << std::endl;
std::cerr << "SDF file not found" << std::endl;
return false;
} else
{