Init: Minor log formatting fixes.
This commit is contained in:
parent
1b5d557c86
commit
c8729be38f
1 changed files with 2 additions and 2 deletions
|
@ -752,7 +752,7 @@ bool fgInitGeneral() {
|
||||||
void fgOutputSettings()
|
void fgOutputSettings()
|
||||||
{
|
{
|
||||||
SG_LOG( SG_GENERAL, SG_INFO, "Configuration State" );
|
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, "aircraft-dir = " << '"' << fgGetString("/sim/aircraft-dir") << '"' );
|
||||||
SG_LOG( SG_GENERAL, SG_INFO, "fghome-dir = " << '"' << globals->get_fg_home() << '"');
|
SG_LOG( SG_GENERAL, SG_INFO, "fghome-dir = " << '"' << globals->get_fg_home() << '"');
|
||||||
|
@ -770,7 +770,7 @@ void fgOutputSettings()
|
||||||
void fgCreateSubsystems(bool duringReset) {
|
void fgCreateSubsystems(bool duringReset) {
|
||||||
|
|
||||||
SG_LOG( SG_GENERAL, SG_INFO, "Creating Subsystems");
|
SG_LOG( SG_GENERAL, SG_INFO, "Creating Subsystems");
|
||||||
SG_LOG( SG_GENERAL, SG_INFO, "========== ==========");
|
SG_LOG( SG_GENERAL, SG_INFO, "======== ==========");
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
// Initialize the sound subsystem.
|
// Initialize the sound subsystem.
|
||||||
|
|
Loading…
Add table
Reference in a new issue