]> git.mxchange.org Git - flightgear.git/commitdiff
Make some more noise if (stale) fgfs.pid file exists
authorTorsten Dreyer <torsten@t3r.de>
Tue, 8 Mar 2016 17:37:32 +0000 (18:37 +0100)
committerTorsten Dreyer <torsten@t3r.de>
Tue, 8 Mar 2016 17:37:32 +0000 (18:37 +0100)
src/Main/fg_init.cxx

index 61d34258871e31d940ef65ca74da07f136ba3dba..3febb590ce2d98f00e3ba0695b15ccb8dc6b8479 100644 (file)
@@ -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);