diff options
author | Justin Clarke Casey | 2009-05-04 15:38:36 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2009-05-04 15:38:36 +0000 |
commit | 257fc5515ac9cb36032c2f44f040c3620ed2f328 (patch) | |
tree | 167d99d28167e6ab36a96bccf22fbef0b9f0cce1 /OpenSim/Framework/Console/LocalConsole.cs | |
parent | Prebuild changes to allow the console to reference the http server (diff) | |
download | opensim-SC-257fc5515ac9cb36032c2f44f040c3620ed2f328.zip opensim-SC-257fc5515ac9cb36032c2f44f040c3620ed2f328.tar.gz opensim-SC-257fc5515ac9cb36032c2f44f040c3620ed2f328.tar.bz2 opensim-SC-257fc5515ac9cb36032c2f44f040c3620ed2f328.tar.xz |
* minor: remove some mono compiler warnings, minor cleanup
Diffstat (limited to 'OpenSim/Framework/Console/LocalConsole.cs')
-rw-r--r-- | OpenSim/Framework/Console/LocalConsole.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Console/LocalConsole.cs b/OpenSim/Framework/Console/LocalConsole.cs index 2344ad2..22f10fc 100644 --- a/OpenSim/Framework/Console/LocalConsole.cs +++ b/OpenSim/Framework/Console/LocalConsole.cs | |||
@@ -39,7 +39,7 @@ namespace OpenSim.Framework.Console | |||
39 | // | 39 | // |
40 | public class LocalConsole : CommandConsole | 40 | public class LocalConsole : CommandConsole |
41 | { | 41 | { |
42 | private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); | 42 | // private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); |
43 | 43 | ||
44 | private readonly object m_syncRoot = new object(); | 44 | private readonly object m_syncRoot = new object(); |
45 | 45 | ||