1
0
Fork 0

Set the initial log-level back to info

This commit is contained in:
ehofman 2003-04-01 18:45:34 +00:00
parent acf65e6ff4
commit 5454a4f281

View file

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