From 3b3c99777d2fe04231fa1f2972ab570e80449bcc Mon Sep 17 00:00:00 2001 From: James Turner Date: Tue, 6 Nov 2018 18:07:09 +0100 Subject: [PATCH] Reduce level of a log message --- src/Main/fg_init.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Main/fg_init.cxx b/src/Main/fg_init.cxx index fcd78e3d0..b8dd85b36 100644 --- a/src/Main/fg_init.cxx +++ b/src/Main/fg_init.cxx @@ -587,7 +587,7 @@ int fgInitConfig ( int argc, char **argv, bool reinit ) } fgLoadProps("defaults.xml", globals->get_props()); - SG_LOG(SG_GENERAL, SG_INFO, "Finished Reading global defaults"); + SG_LOG(SG_GENERAL, SG_DEBUG, "Finished Reading global defaults"); // do not load user settings when reset to default is requested, or if // told to explicitly ignore