X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FObjects%2Fapt_signs.cxx;h=6774e729eff0858ad197f01d02f777e733dfb15b;hb=b4a9d7621597c9eef97f8ec84d246d5585b4b7ea;hp=51b2dfc72f66d230c0f5e718f74c114e7222c82b;hpb=2cb51a228b97e7f993696b854316de4436febbd2;p=flightgear.git diff --git a/src/Objects/apt_signs.cxx b/src/Objects/apt_signs.cxx index 51b2dfc72..6774e729e 100644 --- a/src/Objects/apt_signs.cxx +++ b/src/Objects/apt_signs.cxx @@ -21,6 +21,7 @@ // $Id$ +#include #include #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; }