]> git.mxchange.org Git - flightgear.git/blobdiff - src/Objects/apt_signs.cxx
Fixed runway-altitude problem that prevented starts at airports higher
[flightgear.git] / src / Objects / apt_signs.cxx
index 51b2dfc72f66d230c0f5e718f74c114e7222c82b..6774e729eff0858ad197f01d02f777e733dfb15b 100644 (file)
@@ -21,6 +21,7 @@
 // $Id$
 
 
+#include <simgear/debug/logstream.hxx>
 #include <simgear/math/sg_types.hxx>
 
 #include "apt_signs.hxx"
@@ -55,7 +56,8 @@ ssgBranch *gen_taxi_sign( const string path, const string content ) {
            material += c;
            material += ".rgb";
        } else {
-           cout << "Unknown taxi sign code = '" << item << "' !!!!" << endl;
+           SG_LOG( SG_TERRAIN, SG_ALERT,
+                    "Unknown taxi sign code = '" << item << "' !!!!" );
            return NULL;
        }