Set the initial log-level back to info
This commit is contained in:
parent
acf65e6ff4
commit
5454a4f281
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue