aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Framework/Statistics/Logging/BinaryLoggingModule.cs
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2012-07-20 23:47:25 +0100
committerJustin Clark-Casey (justincc)2012-07-20 23:47:25 +0100
commit1b1418e1deea2e3a302823fa6de962866a988222 (patch)
tree8d8cd5826c3b8d261488f368dc896195a1c41a3e /OpenSim/Region/CoreModules/Framework/Statistics/Logging/BinaryLoggingModule.cs
parentMerge branch 'master' of ssh://opensimulator.org/var/git/opensim (diff)
parentReorder BulletSim in prebuild.xml so OpenSim.Region.CoreModules is compiled b... (diff)
downloadopensim-SC_OLD-1b1418e1deea2e3a302823fa6de962866a988222.zip
opensim-SC_OLD-1b1418e1deea2e3a302823fa6de962866a988222.tar.gz
opensim-SC_OLD-1b1418e1deea2e3a302823fa6de962866a988222.tar.bz2
opensim-SC_OLD-1b1418e1deea2e3a302823fa6de962866a988222.tar.xz
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/CoreModules/Framework/Statistics/Logging/BinaryLoggingModule.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/Framework/Statistics/Logging/BinaryLoggingModule.cs b/OpenSim/Region/CoreModules/Framework/Statistics/Logging/BinaryLoggingModule.cs
index 9b1b1a3..fb74cc6 100644
--- a/OpenSim/Region/CoreModules/Framework/Statistics/Logging/BinaryLoggingModule.cs
+++ b/OpenSim/Region/CoreModules/Framework/Statistics/Logging/BinaryLoggingModule.cs
@@ -39,7 +39,7 @@ using OpenSim.Region.Framework;
39using OpenSim.Region.Framework.Interfaces; 39using OpenSim.Region.Framework.Interfaces;
40using OpenSim.Region.Framework.Scenes; 40using OpenSim.Region.Framework.Scenes;
41 41
42namespace OpenSim.Region.CoreModules.Statistics.Logging 42namespace OpenSim.Region.CoreModules.Framework.Statistics.Logging
43{ 43{
44 [Extension(Path = "/OpenSim/RegionModules", NodeName = "RegionModule", Id = "BinaryLoggingModule")] 44 [Extension(Path = "/OpenSim/RegionModules", NodeName = "RegionModule", Id = "BinaryLoggingModule")]
45 public class BinaryLoggingModule : INonSharedRegionModule 45 public class BinaryLoggingModule : INonSharedRegionModule