diff options
-rw-r--r-- | indra/newview/llinventorymodel.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llinventorymodel.cpp b/indra/newview/llinventorymodel.cpp index c86a9a40d3..b37ebde4ec 100644 --- a/indra/newview/llinventorymodel.cpp +++ b/indra/newview/llinventorymodel.cpp @@ -2714,7 +2714,7 @@ bool LLInventoryModel::loadFromFile(const std::string& filename, std::istringstream iss(line); if (parser->parse(iss, s_item, line.length()) == LLSDParser::PARSE_FAILURE) { - LL_INFOS(LOG_INV)<< "Parsing inventory cache failed" << LL_ENDL; + LL_WARNS(LOG_INV)<< "Parsing inventory cache failed" << LL_ENDL; break; } @@ -2729,7 +2729,7 @@ bool LLInventoryModel::loadFromFile(const std::string& filename, } else { - LL_INFOS(LOG_INV)<< "Inventory cache is out of date" << LL_ENDL; + LL_WARNS(LOG_INV)<< "Inventory cache is out of date" << LL_ENDL; break; } } |