aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2012-01-16 23:04:08 +0000
committerJustin Clark-Casey (justincc)2012-01-16 23:04:08 +0000
commit59a0c50d48100527d00ea87935fdc24055249ba5 (patch)
treef7d0715f68bdc2cfeb819abe494b0018beb20017
parentRemove monocov and other obsolete nant build targets. (diff)
downloadopensim-SC_OLD-59a0c50d48100527d00ea87935fdc24055249ba5.zip
opensim-SC_OLD-59a0c50d48100527d00ea87935fdc24055249ba5.tar.gz
opensim-SC_OLD-59a0c50d48100527d00ea87935fdc24055249ba5.tar.bz2
opensim-SC_OLD-59a0c50d48100527d00ea87935fdc24055249ba5.tar.xz
Comment out noisy log lines I accidentally included in the nant build target adjustment commit.
Left in the method doc.
-rw-r--r--OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs12
-rw-r--r--OpenSim/Region/Framework/Scenes/ScenePresence.cs2
-rwxr-xr-xbin/OpenSim.exe.config2
3 files changed, 8 insertions, 8 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
index 2553b3a..4ba441e 100644
--- a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
+++ b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
@@ -3477,9 +3477,9 @@ namespace OpenSim.Region.ClientStack.LindenUDP
3477 3477
3478 public void SendAppearance(UUID agentID, byte[] visualParams, byte[] textureEntry) 3478 public void SendAppearance(UUID agentID, byte[] visualParams, byte[] textureEntry)
3479 { 3479 {
3480 m_log.DebugFormat( 3480// m_log.DebugFormat(
3481 "[LLCLIENTVIEW]: Sending avatar appearance for {0} with {1} bytes to {2} {3}", 3481// "[LLCLIENTVIEW]: Sending avatar appearance for {0} with {1} bytes to {2} {3}",
3482 agentID, textureEntry.Length, Name, AgentId); 3482// agentID, textureEntry.Length, Name, AgentId);
3483 3483
3484 AvatarAppearancePacket avp = (AvatarAppearancePacket)PacketPool.Instance.GetPacket(PacketType.AvatarAppearance); 3484 AvatarAppearancePacket avp = (AvatarAppearancePacket)PacketPool.Instance.GetPacket(PacketType.AvatarAppearance);
3485 // TODO: don't create new blocks if recycling an old packet 3485 // TODO: don't create new blocks if recycling an old packet
@@ -3537,9 +3537,9 @@ namespace OpenSim.Region.ClientStack.LindenUDP
3537 /// </summary> 3537 /// </summary>
3538 public void SendAvatarDataImmediate(ISceneEntity avatar) 3538 public void SendAvatarDataImmediate(ISceneEntity avatar)
3539 { 3539 {
3540 m_log.DebugFormat( 3540// m_log.DebugFormat(
3541 "[LLCLIENTVIEW]: Sending immediate object update for avatar {0} {1} to {2} {3}", 3541// "[LLCLIENTVIEW]: Sending immediate object update for avatar {0} {1} to {2} {3}",
3542 avatar.Name, avatar.UUID, Name, AgentId); 3542// avatar.Name, avatar.UUID, Name, AgentId);
3543 3543
3544 ScenePresence presence = avatar as ScenePresence; 3544 ScenePresence presence = avatar as ScenePresence;
3545 if (presence == null) 3545 if (presence == null)
diff --git a/OpenSim/Region/Framework/Scenes/ScenePresence.cs b/OpenSim/Region/Framework/Scenes/ScenePresence.cs
index 230cf91..c66f30e 100644
--- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs
+++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs
@@ -1212,7 +1212,7 @@ namespace OpenSim.Region.Framework.Scenes
1212 m_callbackURI = null; 1212 m_callbackURI = null;
1213 } 1213 }
1214 1214
1215 m_log.DebugFormat("[SCENE PRESENCE] Completed movement"); 1215// m_log.DebugFormat("[SCENE PRESENCE] Completed movement");
1216 1216
1217 ControllingClient.MoveAgentIntoRegion(m_scene.RegionInfo, AbsolutePosition, look); 1217 ControllingClient.MoveAgentIntoRegion(m_scene.RegionInfo, AbsolutePosition, look);
1218 ValidateAndSendAppearanceAndAgentData(); 1218 ValidateAndSendAppearanceAndAgentData();
diff --git a/bin/OpenSim.exe.config b/bin/OpenSim.exe.config
index 40b18a7..4a49fc5 100755
--- a/bin/OpenSim.exe.config
+++ b/bin/OpenSim.exe.config
@@ -12,7 +12,7 @@
12 <log4net> 12 <log4net>
13 <appender name="Console" type="OpenSim.Framework.Console.OpenSimAppender, OpenSim.Framework.Console"> 13 <appender name="Console" type="OpenSim.Framework.Console.OpenSimAppender, OpenSim.Framework.Console">
14 <layout type="log4net.Layout.PatternLayout"> 14 <layout type="log4net.Layout.PatternLayout">
15 <conversionPattern value="%date{HH:mm:ss.fff} - %message" /> 15 <conversionPattern value="%date{HH:mm:ss} - %message" />
16 <!-- console log with milliseconds. Useful for debugging --> 16 <!-- console log with milliseconds. Useful for debugging -->
17<!-- <conversionPattern value="%date{HH:mm:ss.fff} - %message" /> --> 17<!-- <conversionPattern value="%date{HH:mm:ss.fff} - %message" /> -->
18 </layout> 18 </layout>