Changeset 185 for osgVisual/trunk/src/cluster
- Timestamp:
- Jan 7, 2011, 6:01:08 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
osgVisual/trunk/src/cluster/dataIO_clusterENet.cpp
r183 r185 119 119 if(attr_value != "enet") 120 120 { 121 OSG_NOTIFY( osg::ALWAYS ) << "WARNING: Cluster configuration does not match the 'enet' implementation, falling back to clusterDummy" << std::endl;121 OSG_NOTIFY( osg::ALWAYS ) << "WARNING: Cluster configuration does not match the currently used 'enet' implementation, falling back to clusterDummy" << std::endl; 122 122 return false; 123 123 }
Note: See TracChangeset
for help on using the changeset viewer.