From: ehofman Date: Tue, 1 Apr 2003 18:45:34 +0000 (+0000) Subject: Set the initial log-level back to info X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=5454a4f28173b0af86c2fcb5f6244f1682874ea7;p=flightgear.git Set the initial log-level back to info --- diff --git a/src/Main/main.cxx b/src/Main/main.cxx index d583fbd5c..048fb3568 100644 --- a/src/Main/main.cxx +++ b/src/Main/main.cxx @@ -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