From e5b5f7c2b1cb4bd443a2d5ff733d26a8bef43e8e Mon Sep 17 00:00:00 2001 From: mfranz Date: Sat, 23 Feb 2008 23:58:19 +0000 Subject: [PATCH] upgrade important log messages --- src/AIModel/submodel.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/AIModel/submodel.cxx b/src/AIModel/submodel.cxx index 774820dc8..e246523a1 100644 --- a/src/AIModel/submodel.cxx +++ b/src/AIModel/submodel.cxx @@ -514,7 +514,7 @@ void FGSubmodelMgr::loadAI() sm_list = ai->get_ai_list(); if (sm_list.empty()) { - SG_LOG(SG_GENERAL, SG_DEBUG, "Submodels: Unable to read AI submodel list"); + SG_LOG(SG_GENERAL, SG_ALERT, "Submodels: Unable to read AI submodel list"); return; } @@ -559,7 +559,7 @@ void FGSubmodelMgr::setData(int id, string& path, bool serviceable) "Submodels: Trying to read AI submodels file: " << config.str()); readProperties(config.str(), &root); } catch (const sg_exception &e) { - SG_LOG(SG_GENERAL, SG_DEBUG, + SG_LOG(SG_GENERAL, SG_ALERT, "Submodels: Unable to read AI submodels file: " << config.str()); return; } @@ -664,7 +664,7 @@ void FGSubmodelMgr::setSubData(int id, string& path, bool serviceable) readProperties(config.str(), &root); } catch (const sg_exception &e) { - SG_LOG(SG_GENERAL, SG_DEBUG, + SG_LOG(SG_GENERAL, SG_ALERT, "Submodels: Unable to read AI submodels file: " << config.str()); return; } -- 2.39.5