aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-05-14 22:23:17 +0000
committerJustin Clarke Casey2008-05-14 22:23:17 +0000
commit1b90238f28424c2dd820f6b21aea25845d0c0156 (patch)
tree3ba410394e0b5cb21773b67e1c4101122cf651a7 /prebuild.xml
parent* Refactor additional stats collection common code into base opensim server (diff)
downloadopensim-SC_OLD-1b90238f28424c2dd820f6b21aea25845d0c0156.zip
opensim-SC_OLD-1b90238f28424c2dd820f6b21aea25845d0c0156.tar.gz
opensim-SC_OLD-1b90238f28424c2dd820f6b21aea25845d0c0156.tar.bz2
opensim-SC_OLD-1b90238f28424c2dd820f6b21aea25845d0c0156.tar.xz
* Start recording initial complete avatar inventory retrieval failures from the region server
* In theory, this should be a somewhat useless statistic since the user server will already have tried to use the inventory service to retrieve the avatar's skeleton. If this fails, login is halted completely. * Nonetheless I'm recording it anyway just to see whether it happens (yes, I'm too lazy to scan the logs...)
Diffstat (limited to '')
-rw-r--r--prebuild.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/prebuild.xml b/prebuild.xml
index 65c3452..a00c547 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -722,9 +722,10 @@
722 <Reference name="System.Runtime.Remoting"/> 722 <Reference name="System.Runtime.Remoting"/>
723 <Reference name="OpenSim.Framework"/> 723 <Reference name="OpenSim.Framework"/>
724 <Reference name="OpenSim.Data" /> 724 <Reference name="OpenSim.Data" />
725 <Reference name="OpenSim.Framework.Communications" />
725 <Reference name="OpenSim.Framework.Console"/> 726 <Reference name="OpenSim.Framework.Console"/>
726 <Reference name="OpenSim.Framework.Servers"/> 727 <Reference name="OpenSim.Framework.Servers"/>
727 <Reference name="OpenSim.Framework.Communications" /> 728 <Reference name="OpenSim.Framework.Statistics"/>
728 <Reference name="OpenSim.Region.Communications.Local" /> 729 <Reference name="OpenSim.Region.Communications.Local" />
729 <Reference name="libsecondlife.dll"/> 730 <Reference name="libsecondlife.dll"/>
730 <Reference name="XMLRPC.dll"/> 731 <Reference name="XMLRPC.dll"/>