aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/Sound/SoundModule.cs
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2012-11-23 04:08:17 +0000
committerJustin Clark-Casey (justincc)2012-11-23 04:08:17 +0000
commitacc1810af2d4527d9cb0e3e7aaaf43c2f54ffb43 (patch)
tree604524392f1d3c668a449027b7c2a0ce144ffa8d /OpenSim/Region/CoreModules/World/Sound/SoundModule.cs
parentminor: Make note in log if scene was restarted due to an unrecoverable physic... (diff)
downloadopensim-SC_OLD-acc1810af2d4527d9cb0e3e7aaaf43c2f54ffb43.zip
opensim-SC_OLD-acc1810af2d4527d9cb0e3e7aaaf43c2f54ffb43.tar.gz
opensim-SC_OLD-acc1810af2d4527d9cb0e3e7aaaf43c2f54ffb43.tar.bz2
opensim-SC_OLD-acc1810af2d4527d9cb0e3e7aaaf43c2f54ffb43.tar.xz
minor: remove some mono compiler warnings
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/CoreModules/World/Sound/SoundModule.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/CoreModules/World/Sound/SoundModule.cs b/OpenSim/Region/CoreModules/World/Sound/SoundModule.cs
index 513a8f5..089fcda 100644
--- a/OpenSim/Region/CoreModules/World/Sound/SoundModule.cs
+++ b/OpenSim/Region/CoreModules/World/Sound/SoundModule.cs
@@ -43,8 +43,8 @@ namespace OpenSim.Region.CoreModules.World.Sound
43 [Extension(Path = "/OpenSim/RegionModules", NodeName = "RegionModule", Id = "SoundModule")] 43 [Extension(Path = "/OpenSim/RegionModules", NodeName = "RegionModule", Id = "SoundModule")]
44 public class SoundModule : INonSharedRegionModule, ISoundModule 44 public class SoundModule : INonSharedRegionModule, ISoundModule
45 { 45 {
46 private static readonly ILog m_log = LogManager.GetLogger( 46// private static readonly ILog m_log = LogManager.GetLogger(
47 MethodBase.GetCurrentMethod().DeclaringType); 47// MethodBase.GetCurrentMethod().DeclaringType);
48 48
49 private Scene m_scene; 49 private Scene m_scene;
50 50