1
0
Fork 0

src/MultiPlayer/multiplaymgr.cxx: decreased a diagnostic.

This commit is contained in:
Julian Smith 2021-04-01 20:40:39 +01:00
parent 6aa0e4a5cb
commit 1d4e2a2a69

View file

@ -2499,7 +2499,7 @@ FGMultiplayMgr::ProcessPosMsg(const FGMultiplayMgr::MsgBuf& Msg,
SGPropertyNode* n = fgGetNode("/sim/replay/log-raw-speed-multiplayer-values", true /*create*/);
n = n->addChild("value");
n->setDoubleValue(speed);
SG_LOG(SG_GENERAL, SG_ALERT, "Multiplayer aircraft callsign=" << callsign << ":"
SG_LOG(SG_GENERAL, SG_DEBUG, "Multiplayer aircraft callsign=" << callsign << ":"
<< " motionInfo.time=" << motionInfo.time
<< " dt=" << dt
<< " distance=" << distance