summaryrefslogtreecommitdiff
path: root/indra/newview/llaisapi.cpp
diff options
context:
space:
mode:
authorRider Linden <rider@lindenlab.com>2016-05-24 13:03:36 -0700
committerRider Linden <rider@lindenlab.com>2016-05-24 13:03:36 -0700
commit26b1c020c8a8d240144dadae1285c14213cb1232 (patch)
treef70701c769076f56baf0d1f26b115c851587cbb7 /indra/newview/llaisapi.cpp
parentc7413e51b6286a003d6629108d2757b5ff973c2b (diff)
MAINT-6403: Updated a couple comments and dropped a couple warning levels back down to DEBUG.
Diffstat (limited to 'indra/newview/llaisapi.cpp')
-rw-r--r--indra/newview/llaisapi.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/indra/newview/llaisapi.cpp b/indra/newview/llaisapi.cpp
index 98a2bb436c..648212177b 100644
--- a/indra/newview/llaisapi.cpp
+++ b/indra/newview/llaisapi.cpp
@@ -966,7 +966,10 @@ void AISUpdate::doUpdate()
// the AIS version should be considered the true version. Adjust
// our local category model to reflect this version number. Otherwise
// it becomes possible to get stuck with the viewer being out of
- // sync with the inventory system.
+ // sync with the inventory system. Under normal circumstances
+ // inventory COF is maintained on the viewer through calls to
+ // LLInventoryModel::accountForUpdate when a changing operation
+ // is performed. This occasionally gets out of sync however.
cat->setVersion(version);
}
}