]> git.mxchange.org Git - flightgear.git/blobdiff - Scenery/scenery.cxx
Converted to new logstream debugging facility. This allows release
[flightgear.git] / Scenery / scenery.cxx
index 6b171376ec51640ccb018df9b68af1b4b1b7b0e2..730a9c92429534de5dd137b564940f94263d6cac 100644 (file)
@@ -36,7 +36,7 @@
 #include <stdio.h>
 #include <string.h>
 
-#include <Debug/fg_debug.h>
+#include <Debug/logstream.hxx>
 #include <Main/options.hxx>
 
 // #include "obj.hxx"
@@ -61,7 +61,7 @@ int fgSceneryInit( void ) {
 
     o = &current_options;
 
-    fgPrintf(FG_TERRAIN, FG_INFO, "Initializing scenery subsystem\n");
+    FG_LOG( FG_TERRAIN, FG_INFO, "Initializing scenery subsystem" );
 
     scenery.cur_elev = -9999;
 
@@ -82,6 +82,11 @@ void fgSceneryRender( void ) {
 
 
 // $Log$
+// Revision 1.10  1998/11/06 21:18:20  curt
+// Converted to new logstream debugging facility.  This allows release
+// builds with no messages at all (and no performance impact) by using
+// the -DFG_NDEBUG flag.
+//
 // Revision 1.9  1998/10/16 23:27:57  curt
 // C++-ifying.
 //