]> git.mxchange.org Git - flightgear.git/commitdiff
Output message tweaking.
authorcurt <curt>
Mon, 11 May 1998 18:17:28 +0000 (18:17 +0000)
committercurt <curt>
Mon, 11 May 1998 18:17:28 +0000 (18:17 +0000)
LaRCsim/ls_interface.c

index 95eb04fdc624ff379898781d8d0543df3839e615..cc4fb82d59a7eacb77232a2283d963f786b4d3b5 100644 (file)
@@ -562,7 +562,7 @@ int fgLaRCsimUpdate(fgFLIGHT *f, int multiloop) {
        //Insertion by Jeff Goeke-Smith for Autopilot.
        
        // run Autopilot system
-       fgPrintf( FG_ALL, FG_BULK,"Attempting autopilot run\n");
+       // fgPrintf( FG_ALL, FG_BULK, "Attempting autopilot run\n");
                      
        fgAPRun();
        
@@ -934,6 +934,9 @@ int fgLaRCsim_2_Flight (fgFLIGHT *f) {
 /* Flight Gear Modification Log
  *
  * $Log$
+ * Revision 1.19  1998/05/11 18:17:28  curt
+ * Output message tweaking.
+ *
  * Revision 1.18  1998/04/21 16:59:38  curt
  * Integrated autopilot.
  * Prepairing for C++ integration.