From 5454a4f28173b0af86c2fcb5f6244f1682874ea7 Mon Sep 17 00:00:00 2001 From: ehofman Date: Tue, 1 Apr 2003 18:45:34 +0000 Subject: [PATCH] Set the initial log-level back to info --- src/Main/main.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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