From c8729be38f5fd0a396ddf64af9a74c74f4821c62 Mon Sep 17 00:00:00 2001 From: Edward d'Auvergne Date: Wed, 23 May 2018 12:16:22 +0200 Subject: [PATCH] Init: Minor log formatting fixes. --- src/Main/fg_init.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Main/fg_init.cxx b/src/Main/fg_init.cxx index 53a9a96a9..44b3b0a05 100644 --- a/src/Main/fg_init.cxx +++ b/src/Main/fg_init.cxx @@ -752,7 +752,7 @@ bool fgInitGeneral() { void fgOutputSettings() { SG_LOG( SG_GENERAL, SG_INFO, "Configuration State" ); - SG_LOG( SG_GENERAL, SG_INFO, "======= ==============" ); + SG_LOG( SG_GENERAL, SG_INFO, "============= =====" ); SG_LOG( SG_GENERAL, SG_INFO, "aircraft-dir = " << '"' << fgGetString("/sim/aircraft-dir") << '"' ); SG_LOG( SG_GENERAL, SG_INFO, "fghome-dir = " << '"' << globals->get_fg_home() << '"'); @@ -770,7 +770,7 @@ void fgOutputSettings() void fgCreateSubsystems(bool duringReset) { SG_LOG( SG_GENERAL, SG_INFO, "Creating Subsystems"); - SG_LOG( SG_GENERAL, SG_INFO, "========== =========="); + SG_LOG( SG_GENERAL, SG_INFO, "======== =========="); //////////////////////////////////////////////////////////////////// // Initialize the sound subsystem.