1
0
Fork 0

Report stopped MP transmission at higher log level,

it's too important to be a "debug only" message.
This commit is contained in:
ThorstenB 2011-01-23 15:24:28 +01:00
parent 5402ab5a1b
commit 5268b3c6ed

View file

@ -561,7 +561,7 @@ FGMultiplayMgr::SendMyPosition(const FGExternalMotionData& motionInfo)
{
// Current local data is invalid (NaN), so stop MP transmission.
// => Be nice to older FG versions (no NaN checks) and don't waste bandwidth.
SG_LOG(SG_NETWORK, SG_DEBUG, "FGMultiplayMgr::SendMyPosition - "
SG_LOG(SG_NETWORK, SG_ALERT, "FGMultiplayMgr::SendMyPosition - "
<< "Local data is invalid (NaN). Data not transmitted.");
return;
}