]> git.mxchange.org Git - flightgear.git/commitdiff
Set the initial log-level back to info
authorehofman <ehofman>
Tue, 1 Apr 2003 18:45:34 +0000 (18:45 +0000)
committerehofman <ehofman>
Tue, 1 Apr 2003 18:45:34 +0000 (18:45 +0000)
src/Main/main.cxx

index d583fbd5ce246a01a11bab4600442de8c3798446..048fb35687edb73fa903f75052890397324f806a 100644 (file)
@@ -1547,7 +1547,7 @@ static bool fgMainInit( int argc, char **argv ) {
 #endif
 
     // set default log levels
-    sglog().setLogLevels( SG_ALL, SG_WARN );
+    sglog().setLogLevels( SG_ALL, SG_INFO );
 
     string version;
 #ifdef FLIGHTGEAR_VERSION