X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FFDM%2FYASim%2FRotorpart.cpp;h=5cc302eed07c84dd5851cb16812535df24bd5694;hb=0bd25eb082803d2c29e0ac32368d189ba9268b91;hp=9d4a1850b70c8c901e4365ed5aef657fef9cf13c;hpb=5161029fc5394e305defe2260ab5a12c47249433;p=flightgear.git diff --git a/src/FDM/YASim/Rotorpart.cpp b/src/FDM/YASim/Rotorpart.cpp index 9d4a1850b..5cc302eed 100644 --- a/src/FDM/YASim/Rotorpart.cpp +++ b/src/FDM/YASim/Rotorpart.cpp @@ -1,3 +1,5 @@ +#include + #include "Math.hpp" #include "Rotorpart.hpp" #include @@ -246,7 +248,8 @@ float Rotorpart::getrealAlpha(void) } void Rotorpart::setAlphaoutput(char *text,int i) { - printf("setAlphaoutput rotorpart [%s] typ %i\n",text,i); + SG_LOG(SG_FLIGHT, SG_DEBUG, "setAlphaoutput rotorpart [" + << text << "] typ" << i); strncpy(_alphaoutputbuf[i>0],text,255);