* Change logger to handle [<entry>] where <entry> contains non alphabetic characters

* Change logger to not print extra line if [<entry>] <text> like string is not logged
* Remove more of my previous chatty debugging statements
This commit is contained in:
Justin Clarke Casey
2008-02-09 01:53:57 +00:00
parent a50a8376d6
commit d546859bc1
4 changed files with 10 additions and 10 deletions

View File

@@ -141,7 +141,7 @@ namespace OpenSim.Region.ClientStack
/// <param name="client"></param>
public virtual void CloseClient(IClientAPI client)
{
m_log.Info("PacketServer:CloseClient()");
//m_log.Info("PacketServer:CloseClient()");
CloseCircuit(client.CircuitCode);
m_scene.ClientManager.Remove(client.CircuitCode);