* Removed plenty more untagged console messages. Everything now has shiny groups. :)

This commit is contained in:
Adam Frisby
2007-10-22 22:37:39 +00:00
parent 3e5fcf90aa
commit 3143768468
8 changed files with 21 additions and 15 deletions

View File

@@ -56,7 +56,7 @@ namespace OpenSim.Region.ClientStack
protected virtual bool Logout(IClientAPI client, Packet packet)
{
MainLog.Instance.Verbose("OpenSimClient.cs:ProcessInPacket() - Got a logout request");
MainLog.Instance.Verbose("CLIENT", "Got a logout request");
if( OnLogout != null )
{