From: curt Date: Tue, 12 Feb 2002 16:36:25 +0000 (+0000) Subject: Converted a cout to SG_LOG() X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=9c370c2a9a821ad0a74d26cbf044a90029771a9f;p=flightgear.git Converted a cout to SG_LOG() --- diff --git a/src/Scenery/tileentry.cxx b/src/Scenery/tileentry.cxx index 0e63d7e55..2f214e4d1 100644 --- a/src/Scenery/tileentry.cxx +++ b/src/Scenery/tileentry.cxx @@ -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();