minor: formatting, change some logging messages

This commit is contained in:
Justin Clark-Casey (justincc)
2009-12-01 12:21:16 +00:00
parent 716cbeed1d
commit 613f3bb3ce
2 changed files with 6 additions and 8 deletions

View File

@@ -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>