From a1e81a2fdce97a79060b70497572dfebb148095d Mon Sep 17 00:00:00 2001 From: Torsten Dreyer Date: Tue, 8 Mar 2016 18:37:32 +0100 Subject: [PATCH] Make some more noise if (stale) fgfs.pid file exists --- 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 61d342588..3febb590c 100644 --- a/src/Main/fg_init.cxx +++ b/src/Main/fg_init.cxx @@ -392,7 +392,7 @@ bool fgInitHome() // write our PID, and check writeability SGPath pidPath(dataPath, "fgfs.pid"); if (pidPath.exists()) { - SG_LOG(SG_GENERAL, SG_INFO, "flightgear instance already running, switching to FG_HOME read-only."); + SG_LOG(SG_GENERAL, SG_ALERT, "flightgear instance already running, switching to FG_HOME read-only."); // set a marker property so terrasync/navcache don't try to write // from secondary instances fgSetBool("/sim/fghome-readonly", true); -- 2.39.5