src/MultiPlayer/multiplaymgr.cxx: decreased a diagnostic.
This commit is contained in:
parent
6aa0e4a5cb
commit
1d4e2a2a69
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue