minor: Add more detail to unauthorized caps client message
parent
2aefd15913
commit
36a99af37c
|
@ -231,7 +231,10 @@ namespace OpenSim.Region.ClientStack.Linden
|
||||||
|
|
||||||
if (!m_Scene.CheckClient(m_HostCapsObj.AgentID, httpRequest.RemoteIPEndPoint))
|
if (!m_Scene.CheckClient(m_HostCapsObj.AgentID, httpRequest.RemoteIPEndPoint))
|
||||||
{
|
{
|
||||||
m_log.DebugFormat("[CAPS]: Unauthorized CAPS client");
|
m_log.DebugFormat(
|
||||||
|
"[CAPS]: Unauthorized CAPS client {0} from {1}",
|
||||||
|
m_HostCapsObj.AgentID, httpRequest.RemoteIPEndPoint);
|
||||||
|
|
||||||
return string.Empty;
|
return string.Empty;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue