aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes
diff options
context:
space:
mode:
authorTeravus Ovares2008-01-05 22:06:24 +0000
committerTeravus Ovares2008-01-05 22:06:24 +0000
commit9ea4c03b8fa19a1c47ba562abcef8a02d825ee1d (patch)
tree7f328190b219f0e96264dfd209596164593f5076 /OpenSim/Region/Environment/Scenes
parent* Re-enabling parcel prim count updates, as it doesn't cause errors on the co... (diff)
downloadopensim-SC_OLD-9ea4c03b8fa19a1c47ba562abcef8a02d825ee1d.zip
opensim-SC_OLD-9ea4c03b8fa19a1c47ba562abcef8a02d825ee1d.tar.gz
opensim-SC_OLD-9ea4c03b8fa19a1c47ba562abcef8a02d825ee1d.tar.bz2
opensim-SC_OLD-9ea4c03b8fa19a1c47ba562abcef8a02d825ee1d.tar.xz
* Hiding CompletePingChecks and UseCircuitCode messages.. as the packets are most definitely handled.
* My guess is someone was using them to diagnose a problem and they've been in the console output ever since.
Diffstat (limited to 'OpenSim/Region/Environment/Scenes')
-rw-r--r--OpenSim/Region/Environment/Scenes/Scene.cs5
1 files changed, 4 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/Scene.cs b/OpenSim/Region/Environment/Scenes/Scene.cs
index 0a8df98..215d30d 100644
--- a/OpenSim/Region/Environment/Scenes/Scene.cs
+++ b/OpenSim/Region/Environment/Scenes/Scene.cs
@@ -1406,7 +1406,10 @@ namespace OpenSim.Region.Environment.Scenes
1406 "http://" + m_regInfo.ExternalHostName + ":" + httpListener.Port.ToString() + 1406 "http://" + m_regInfo.ExternalHostName + ":" + httpListener.Port.ToString() +
1407 "/CAPS/" + agent.CapsPath + "0000/"); 1407 "/CAPS/" + agent.CapsPath + "0000/");
1408 cap.RegisterHandlers(); 1408 cap.RegisterHandlers();
1409 1409 if (agent.child)
1410 {
1411
1412 }
1410 cap.AddNewInventoryItem = AddInventoryItem; 1413 cap.AddNewInventoryItem = AddInventoryItem;
1411 cap.ItemUpdatedCall = CapsUpdateInventoryItemAsset; 1414 cap.ItemUpdatedCall = CapsUpdateInventoryItemAsset;
1412 cap.TaskScriptUpdatedCall = CapsUpdateTaskInventoryScriptAsset; 1415 cap.TaskScriptUpdatedCall = CapsUpdateTaskInventoryScriptAsset;