change a log message from error to just Debug
parent
98a00cbce5
commit
4a0531244a
|
@ -168,7 +168,7 @@ namespace OpenSim.Region.CoreModules.Framework
|
|||
(MainServer.Instance == null) ? 0: MainServer.Instance.Port,
|
||||
capsObjectPath, agentId, m_scene.RegionInfo.RegionName);
|
||||
|
||||
m_log.ErrorFormat("[CreateCaps]: new caps agent {0}, circuit {1}, path {2}, time {3} ",agentId,
|
||||
m_log.DebugFormat("[CreateCaps]: new caps agent {0}, circuit {1}, path {2}, time {3} ",agentId,
|
||||
circuitCode,caps.CapsObjectPath, Util.EnvironmentTickCountSubtract(ts));
|
||||
|
||||
m_capsObjects[circuitCode] = caps;
|
||||
|
|
Loading…
Reference in New Issue