]> git.mxchange.org Git - flightgear.git/blobdiff - src/AIModel/AIManager.hxx
bind the sky disable cutoff distance to a property
[flightgear.git] / src / AIModel / AIManager.hxx
index 5c951912e645e824a4395428c45bec5512cb6cc5..fad76a63d032f3b09c0940a9a1870aa7cbaf8f40 100644 (file)
@@ -54,7 +54,7 @@ public:
     ai_list_type ai_list;
 
     inline const ai_list_type& get_ai_list() const {
-        SG_LOG(SG_GENERAL, SG_DEBUG, "AI Manager: AI model return list size " << ai_list.size());
+        SG_LOG(SG_AI, SG_DEBUG, "AI Manager: AI model return list size " << ai_list.size());
         return ai_list;
     }