Changeset 10302 in orxonox.OLD for branches/mount_points/src/world_entities/mount_point.cc
- Timestamp:
- Jan 23, 2007, 5:25:42 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/mount_points/src/world_entities/mount_point.cc
r10248 r10302 93 93 std::string name = element->Value(); 94 94 95 PRINTF( 5)("checking %s against local %s\n", name.c_str(), this->_name.c_str());95 PRINTF(0)("checking %s against local %s\n", name.c_str(), this->_name.c_str()); 96 96 // check if we got the right mount point 97 97 if( this->_name.find(name, 0) != std::string::npos)
Note: See TracChangeset
for help on using the changeset viewer.