From 31588527e048b61b34e32e4b1d50174de65b3a0e Mon Sep 17 00:00:00 2001 From: curt Date: Mon, 27 Apr 1998 03:35:00 +0000 Subject: [PATCH] Assigned a couple output messages to the FG_DEBUG class. --- Autopilot/autopilot.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Autopilot/autopilot.c b/Autopilot/autopilot.c index 3d4d0b98b..8e380ba71 100644 --- a/Autopilot/autopilot.c +++ b/Autopilot/autopilot.c @@ -213,7 +213,7 @@ int fgAPRun( void ) //assert(RelHeading > -180); // Now it is time to deterime how far we should be rolled. - fgPrintf( FG_COCKPIT, FG_INFO, "RelHeading:\n"); + fgPrintf( FG_COCKPIT, FG_DEBUG, "RelHeading:\n"); if ( abs(RelHeading) > APData->RollOut ) // We are further from heading than the roll out point @@ -236,7 +236,7 @@ int fgAPRun( void ) // Target Roll has now been Found. // Compare Target roll to Current Roll, Generate Rel Roll - fgPrintf( FG_COCKPIT, FG_INFO, "TargetRoll:\n"); + fgPrintf( FG_COCKPIT, FG_DEBUG, "TargetRoll:\n"); RelRoll = TargetRoll - fgAPget_roll(); -- 2.39.2