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-03-03 17:50:05 +0000
commit1c68ad2bba43b87e204cf6eafb7f0a31d3272c01 (patch)
tree96e43dfc67d3ce0fb25dbf180a85517263f77c00 /OpenSim/Region/Framework
parentAdded empty service URLs upon account creation. (diff)
downloadopensim-SC_OLD-1c68ad2bba43b87e204cf6eafb7f0a31d3272c01.zip
opensim-SC_OLD-1c68ad2bba43b87e204cf6eafb7f0a31d3272c01.tar.gz
opensim-SC_OLD-1c68ad2bba43b87e204cf6eafb7f0a31d3272c01.tar.bz2
opensim-SC_OLD-1c68ad2bba43b87e204cf6eafb7f0a31d3272c01.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 'OpenSim/Region/Framework')
-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 6395d98..680c39a 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);