From 3b31cc0894a6f253f919d65dec5cad000b2b3ec6 Mon Sep 17 00:00:00 2001 From: McCabe Maxsted Date: Sat, 18 Feb 2012 00:30:01 -0700 Subject: Some debugging lines for inventory skeleton loading --- linden/indra/newview/llinventorymodel.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'linden/indra') diff --git a/linden/indra/newview/llinventorymodel.cpp b/linden/indra/newview/llinventorymodel.cpp index dc216e3..3f74965 100644 --- a/linden/indra/newview/llinventorymodel.cpp +++ b/linden/indra/newview/llinventorymodel.cpp @@ -2197,6 +2197,9 @@ bool LLInventoryModel::loadSkeleton(const LLInventoryModel::options_t& options, if (cit == temp_cats.end()) { + llwarns << "Can't load " << inventory_filename + << " because cit == temp_cats.end()" + << llendl; continue; // cache corruption?? not sure why this happens -SJB } LLViewerInventoryCategory* tcat = *cit; @@ -2205,6 +2208,9 @@ bool LLInventoryModel::loadSkeleton(const LLInventoryModel::options_t& options, // not sent down in the skeleton. if (cit == not_cached) { + llwarns << "Can't load " << inventory_filename + << " because cit == not_cached" + << llendl; continue; } -- cgit v1.1