diff options
author | Adam Frisby | 2007-06-05 12:55:12 +0000 |
---|---|---|
committer | Adam Frisby | 2007-06-05 12:55:12 +0000 |
commit | 1e716260c8166005d3bd33f4cda68502a09994bb (patch) | |
tree | 457d68f241ca0d8b28e03fdcd1a93f6aaf75ec44 /OpenSim/OpenSim.GridInterfaces/Local/LocalGridServer.cs | |
parent | * Removing dead comments (diff) | |
download | opensim-SC_OLD-1e716260c8166005d3bd33f4cda68502a09994bb.zip opensim-SC_OLD-1e716260c8166005d3bd33f4cda68502a09994bb.tar.gz opensim-SC_OLD-1e716260c8166005d3bd33f4cda68502a09994bb.tar.bz2 opensim-SC_OLD-1e716260c8166005d3bd33f4cda68502a09994bb.tar.xz |
* Removed MainConsole.Instance.WriteLine completely
* Now exists MainConsole.Instance.Error/Warn/Notice/Verbose -- use those instead
* Removed some instances of System.Console use - aiming to depreciate this in favour of MainConsole completely.
Diffstat (limited to 'OpenSim/OpenSim.GridInterfaces/Local/LocalGridServer.cs')
-rw-r--r-- | OpenSim/OpenSim.GridInterfaces/Local/LocalGridServer.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/OpenSim.GridInterfaces/Local/LocalGridServer.cs b/OpenSim/OpenSim.GridInterfaces/Local/LocalGridServer.cs index fdd6ba4..36b7cbc 100644 --- a/OpenSim/OpenSim.GridInterfaces/Local/LocalGridServer.cs +++ b/OpenSim/OpenSim.GridInterfaces/Local/LocalGridServer.cs | |||
@@ -62,7 +62,7 @@ namespace OpenSim.GridInterfaces.Local | |||
62 | public LocalGridServer() | 62 | public LocalGridServer() |
63 | { | 63 | { |
64 | Sessions = new List<Login>(); | 64 | Sessions = new List<Login>(); |
65 | OpenSim.Framework.Console.MainConsole.Instance.WriteLine(LogPriority.VERBOSE,"Local Grid Server class created"); | 65 | MainConsole.Instance.Verbose("Local Grid Server class created"); |
66 | } | 66 | } |
67 | 67 | ||
68 | public override bool RequestConnection(LLUUID SimUUID, string sim_ip, uint sim_port) | 68 | public override bool RequestConnection(LLUUID SimUUID, string sim_ip, uint sim_port) |