mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 20:05:33 +08:00
Commented a few extra debug messages.
This commit is contained in:
@@ -140,16 +140,13 @@ namespace OpenSim.Server.Handlers.Hypergrid
|
||||
|
||||
byte[] NewFriendship(Dictionary<string, object> request)
|
||||
{
|
||||
m_log.DebugFormat("[XXX] 1");
|
||||
if (!VerifyServiceKey(request))
|
||||
return FailureResult();
|
||||
|
||||
m_log.DebugFormat("[XXX] 2");
|
||||
// OK, can proceed
|
||||
FriendInfo friend = new FriendInfo(request);
|
||||
UUID friendID;
|
||||
string tmp = string.Empty;
|
||||
m_log.DebugFormat("[XXX] 3");
|
||||
if (!Util.ParseUniversalUserIdentifier(friend.Friend, out friendID, out tmp, out tmp, out tmp, out tmp))
|
||||
return FailureResult();
|
||||
|
||||
@@ -221,7 +218,7 @@ namespace OpenSim.Server.Handlers.Hypergrid
|
||||
return false;
|
||||
}
|
||||
|
||||
m_log.DebugFormat("[XXX] Verification ok");
|
||||
m_log.DebugFormat("[HGFRIENDS HANDLER]: Verification ok");
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user