]> git.mxchange.org Git - flightgear.git/commitdiff
Converted a cout to SG_LOG()
authorcurt <curt>
Tue, 12 Feb 2002 16:36:25 +0000 (16:36 +0000)
committercurt <curt>
Tue, 12 Feb 2002 16:36:25 +0000 (16:36 +0000)
src/Scenery/tileentry.cxx

index 0e63d7e555ada0be121f20df09920294e7d57280..2f214e4d1a89d9f8e5eb6dc2014b0e4b3b0435b0 100644 (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();