From 01db4cd71dd935407c1449e34921719036c2ec56 Mon Sep 17 00:00:00 2001 From: Adam Frisby Date: Tue, 4 Dec 2007 10:22:09 +0000 Subject: * More console message fixes * Tagged Verbose("msg",...) as obsolete. Please use Verbose("AREA","msg",...) instead. --- OpenSim/Framework/Communications/LoginService.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'OpenSim/Framework/Communications/LoginService.cs') diff --git a/OpenSim/Framework/Communications/LoginService.cs b/OpenSim/Framework/Communications/LoginService.cs index e7441b8..d18cf63 100644 --- a/OpenSim/Framework/Communications/LoginService.cs +++ b/OpenSim/Framework/Communications/LoginService.cs @@ -158,7 +158,7 @@ namespace OpenSim.Framework.UserManagement } catch (Exception e) { - MainLog.Instance.Verbose(e.ToString()); + MainLog.Instance.Verbose("LOGIN", e.ToString()); return logResponse.CreateDeadRegionResponse(); //return logResponse.ToXmlRpcResponse(); } @@ -168,7 +168,7 @@ namespace OpenSim.Framework.UserManagement catch (Exception E) { - MainLog.Instance.Verbose(E.ToString()); + MainLog.Instance.Verbose("LOGIN", E.ToString()); } //} } -- cgit v1.1