X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FAIModel%2Fperformancedb.cxx;h=842cb9bf83aee16c14d409a7522057e5964c0a56;hb=1c5eb0fb3e66c5c3bcc021310c97ea6d208c4b84;hp=f7c286a9a345b8aea1d73ff6d5b9160f151a89b6;hpb=e503591af4f16814d78ded49c5979e273d81a0be;p=flightgear.git diff --git a/src/AIModel/performancedb.cxx b/src/AIModel/performancedb.cxx index f7c286a9a..842cb9bf8 100644 --- a/src/AIModel/performancedb.cxx +++ b/src/AIModel/performancedb.cxx @@ -62,7 +62,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; }