From 9c370c2a9a821ad0a74d26cbf044a90029771a9f Mon Sep 17 00:00:00 2001 From: curt Date: Tue, 12 Feb 2002 16:36:25 +0000 Subject: [PATCH] Converted a cout to SG_LOG() --- src/Scenery/tileentry.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.39.5