X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FInstrumentation%2Fslip_skid_ball.cxx;h=9f4193ee5b2ad1b5263bbdcfd6acbae496b2d473;hb=f620af29cdc18ab7924055092e8f75cbe37aae2c;hp=d0ec8886fc76639e3b7e11dcf042d224b657ba03;hpb=f614545fc5a6f0fb12a05344d9ee41b2a49cc04a;p=flightgear.git diff --git a/src/Instrumentation/slip_skid_ball.cxx b/src/Instrumentation/slip_skid_ball.cxx index d0ec8886f..9f4193ee5 100644 --- a/src/Instrumentation/slip_skid_ball.cxx +++ b/src/Instrumentation/slip_skid_ball.cxx @@ -23,9 +23,9 @@ SlipSkidBall::SlipSkidBall ( SGPropertyNode *node) } else if ( cname == "number" ) { num = child->getIntValue(); } else { - SG_LOG( SG_AUTOPILOT, SG_WARN, "Error in slip-skid-ball config logic" ); + SG_LOG( SG_INSTR, SG_WARN, "Error in slip-skid-ball config logic" ); if ( name.length() ) { - SG_LOG( SG_AUTOPILOT, SG_WARN, "Section = " << name ); + SG_LOG( SG_INSTR, SG_WARN, "Section = " << name ); } } } @@ -50,9 +50,7 @@ SlipSkidBall::init () _y_accel_node = fgGetNode("/accelerations/pilot/y-accel-fps_sec", true); _z_accel_node = fgGetNode("/accelerations/pilot/z-accel-fps_sec", true); _out_node = node->getChild("indicated-slip-skid", 0, true); - _override_node = node->getChild("iverride", 0, true); - - _serviceable_node->setBoolValue(true); + _override_node = node->getChild("override", 0, true); } void