mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 11:57:03 +08:00
Remove the somewhat misleading logging of the string length of some unknown requests, as this appeared to be some kind of numbered error code.
This brings these messages into line with similar messages that did not do this.
This commit is contained in:
@@ -122,7 +122,8 @@ namespace OpenSim.Server.Handlers.Hypergrid
|
||||
return GrantRights(request);
|
||||
*/
|
||||
}
|
||||
m_log.DebugFormat("[HGFRIENDS HANDLER]: unknown method {0} request {1}", method.Length, method);
|
||||
|
||||
m_log.DebugFormat("[HGFRIENDS HANDLER]: unknown method {0}", method);
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user