aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2010-03-03 17:50:05 +0000
committerJustin Clark-Casey (justincc)2010-06-08 16:10:40 +0100
commit052445806911288b49c36065575556559fe4963e (patch)
tree6eae06de589ffa3bbf90c4ba33a371ae399d4f36 /OpenSim/Region/Framework
parentMerge branch '0.6.9-post-fixes' into share-with-group (diff)
downloadopensim-SC-052445806911288b49c36065575556559fe4963e.zip
opensim-SC-052445806911288b49c36065575556559fe4963e.tar.gz
opensim-SC-052445806911288b49c36065575556559fe4963e.tar.bz2
opensim-SC-052445806911288b49c36065575556559fe4963e.tar.xz
remove references to OpenSim.Framework.Commuications.Tests.dll since all relevant test code has been obsoleted
this allows the tests to pass on my local system
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Framework/Scenes/SceneManager.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/SceneManager.cs b/OpenSim/Region/Framework/Scenes/SceneManager.cs
index c2e3370..92c278e 100644
--- a/OpenSim/Region/Framework/Scenes/SceneManager.cs
+++ b/OpenSim/Region/Framework/Scenes/SceneManager.cs
@@ -422,7 +422,7 @@ namespace OpenSim.Region.Framework.Scenes
422 422
423 if (!scenePresence.IsChildAgent) 423 if (!scenePresence.IsChildAgent)
424 { 424 {
425 m_log.ErrorFormat("Packet debug for {0} {1} set to {2}", 425 m_log.DebugFormat("Packet debug for {0} {1} set to {2}",
426 scenePresence.Firstname, 426 scenePresence.Firstname,
427 scenePresence.Lastname, 427 scenePresence.Lastname,
428 newDebug); 428 newDebug);