diff options
author | Adam Frisby | 2007-06-20 15:50:06 +0000 |
---|---|---|
committer | Adam Frisby | 2007-06-20 15:50:06 +0000 |
commit | 29053589bff370916f4067dade70969499f77ce3 (patch) | |
tree | 582e2c839ce2e681dc98087bb12c71241641ffc6 /OpenSim/OpenSim.RegionServer/RegionApplicationBase.cs | |
parent | * Removed ClientThreads from avatar (diff) | |
download | opensim-SC-29053589bff370916f4067dade70969499f77ce3.zip opensim-SC-29053589bff370916f4067dade70969499f77ce3.tar.gz opensim-SC-29053589bff370916f4067dade70969499f77ce3.tar.bz2 opensim-SC-29053589bff370916f4067dade70969499f77ce3.tar.xz |
* Replaced old logging mechanism with new shiny logging mechanism
* Console, I bid thee farewall. Use "Log" now where console used to exist.
Diffstat (limited to 'OpenSim/OpenSim.RegionServer/RegionApplicationBase.cs')
-rw-r--r-- | OpenSim/OpenSim.RegionServer/RegionApplicationBase.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/OpenSim.RegionServer/RegionApplicationBase.cs b/OpenSim/OpenSim.RegionServer/RegionApplicationBase.cs index 8509dcc..fd16e93 100644 --- a/OpenSim/OpenSim.RegionServer/RegionApplicationBase.cs +++ b/OpenSim/OpenSim.RegionServer/RegionApplicationBase.cs | |||
@@ -76,7 +76,7 @@ namespace OpenSim | |||
76 | protected BaseHttpServer httpServer; | 76 | protected BaseHttpServer httpServer; |
77 | protected List<AuthenticateSessionsBase> AuthenticateSessionsHandler = new List<AuthenticateSessionsBase>(); | 77 | protected List<AuthenticateSessionsBase> AuthenticateSessionsHandler = new List<AuthenticateSessionsBase>(); |
78 | 78 | ||
79 | protected ConsoleBase m_console; | 79 | protected LogBase m_log; |
80 | 80 | ||
81 | public RegionApplicationBase() | 81 | public RegionApplicationBase() |
82 | { | 82 | { |