1
0
Fork 0

Converted a cout to SG_LOG()

This commit is contained in:
curt 2002-02-12 16:36:25 +00:00
parent 82346dec63
commit 9c370c2a9a

View file

@ -981,7 +981,7 @@ FGTileEntry::obj_load( const std::string& path,
void
FGTileEntry::load( const SGPath& base, bool is_base )
{
cout << "load() base = " << base.str() << endl;
SG_LOG( SG_TERRAIN, SG_INFO, "load() base = " << base.str() );
// Generate names for later use
string index_str = tile_bucket.gen_index_str();