From: Torsten Dreyer Date: Tue, 8 Mar 2016 17:37:32 +0000 (+0100) Subject: Make some more noise if (stale) fgfs.pid file exists X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=a1e81a2fdce97a79060b70497572dfebb148095d;p=flightgear.git Make some more noise if (stale) fgfs.pid file exists --- 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);