X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FAIModel%2Fperformancedb.cxx;h=37660e6a0549191c347affb7134213d6098833cf;hb=fb266722ba4b46e4ec6ad89658342530bb4760c5;hp=f7c286a9a345b8aea1d73ff6d5b9160f151a89b6;hpb=0cdb9d4efb249dd85b7e56d1885d8183de231373;p=flightgear.git diff --git a/src/AIModel/performancedb.cxx b/src/AIModel/performancedb.cxx index f7c286a9a..37660e6a0 100644 --- a/src/AIModel/performancedb.cxx +++ b/src/AIModel/performancedb.cxx @@ -1,4 +1,3 @@ -#include #include #include #include @@ -62,7 +61,7 @@ void PerformanceDB::load(SGPath filename) { try { readProperties(filename.str(), &root); } catch (const sg_exception &) { - SG_LOG(SG_GENERAL, SG_ALERT, + SG_LOG(SG_AI, SG_ALERT, "Error reading AI aircraft performance database: " << filename.str()); return; }