Ignore:
Timestamp:
Jan 7, 2011, 6:01:08 PM (13 years ago)
Author:
Torben Dannhauer
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • osgVisual/trunk/src/cluster/dataIO_clusterENet.cpp

    r183 r185  
    119119                                                if(attr_value != "enet")
    120120                                                {
    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;
    122122                                                        return false;
    123123                                                }
Note: See TracChangeset for help on using the changeset viewer.