mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
minor: formatting, change some logging messages
This commit is contained in:
@@ -92,7 +92,6 @@ namespace OpenSim.Grid.MessagingServer.Modules
|
||||
public void RegisterHandlers()
|
||||
{
|
||||
//have these in separate method as some servers restart the http server and reregister all the handlers.
|
||||
|
||||
}
|
||||
|
||||
#region FriendList Methods
|
||||
@@ -361,7 +360,6 @@ namespace OpenSim.Grid.MessagingServer.Modules
|
||||
up.OnlineYN = true;
|
||||
up.lookupUserRegionYN = false;
|
||||
ProcessFriendListSubscriptions(up);
|
||||
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
@@ -369,7 +367,6 @@ namespace OpenSim.Grid.MessagingServer.Modules
|
||||
}
|
||||
|
||||
return new XmlRpcResponse();
|
||||
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user