]> git.mxchange.org Git - flightgear.git/commitdiff
Report stopped MP transmission at higher log level,
authorThorstenB <brehmt@gmail.com>
Sun, 23 Jan 2011 14:24:28 +0000 (15:24 +0100)
committerThorstenB <brehmt@gmail.com>
Sun, 23 Jan 2011 18:01:43 +0000 (19:01 +0100)
it's too important to be a "debug only" message.

src/MultiPlayer/multiplaymgr.cxx

index 89d2eb85af8182396a2e74eff8d7b35d93685f93..7657ad4ee06cf0dd7ba405f222daf94e29dd39fa 100644 (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;
   }