]> git.mxchange.org Git - flightgear.git/blobdiff - src/ATCDCL/transmission.cxx
Port over remaining Point3D usage to the more type and unit safe SG* classes.
[flightgear.git] / src / ATCDCL / transmission.cxx
index 0a6ea4b76193fc20bb7811279439f6e9d98b774d..9f77af9393fe67359919a8d7a37ac2dbea6fbc8d 100644 (file)
@@ -25,6 +25,7 @@
 
 #include "transmission.hxx"
 
+#include <simgear/debug/logstream.hxx>
 #include <simgear/misc/sg_path.hxx>
 
 
@@ -60,7 +61,7 @@ TransPar FGTransmission::Parse() {
       if ( tkn <= 20 ) {
        tkn += 1;
       } else {
-       cout << "Too many tokens" << endl;
+        SG_LOG(SG_ATC, SG_WARN,"Too many tokens");
       }
     }
   }