aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/Scene.cs
diff options
context:
space:
mode:
authorTeravus Ovares2008-01-23 22:07:48 +0000
committerTeravus Ovares2008-01-23 22:07:48 +0000
commit6874beff528042cbcc61c4ae330cfaf2ff1ceea0 (patch)
treed74bf18a4d062f95223b63773d834a3e6e227e11 /OpenSim/Region/Environment/Scenes/Scene.cs
parentput the number in front of the migrations to make them easier to deal with (diff)
downloadopensim-SC_OLD-6874beff528042cbcc61c4ae330cfaf2ff1ceea0.zip
opensim-SC_OLD-6874beff528042cbcc61c4ae330cfaf2ff1ceea0.tar.gz
opensim-SC_OLD-6874beff528042cbcc61c4ae330cfaf2ff1ceea0.tar.bz2
opensim-SC_OLD-6874beff528042cbcc61c4ae330cfaf2ff1ceea0.tar.xz
* When Scene loads, added a platform string print out for testing purposes. Anyone on Debian want to run this revision and send me back the two platform lines? It would be helpful.
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Environment/Scenes/Scene.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/Environment/Scenes/Scene.cs b/OpenSim/Region/Environment/Scenes/Scene.cs
index 6defe30..f7e5d62 100644
--- a/OpenSim/Region/Environment/Scenes/Scene.cs
+++ b/OpenSim/Region/Environment/Scenes/Scene.cs
@@ -280,6 +280,8 @@ namespace OpenSim.Region.Environment.Scenes
280 280
281 m_statsReporter = new SimStatsReporter(regInfo); 281 m_statsReporter = new SimStatsReporter(regInfo);
282 m_statsReporter.OnSendStatsResult += SendSimStatsPackets; 282 m_statsReporter.OnSendStatsResult += SendSimStatsPackets;
283 MainLog.Instance.Verbose("PLATFORM", System.Environment.OSVersion.Platform.ToString());
284 MainLog.Instance.Verbose("PLATFORM", System.Environment.OSVersion.ToString());
283 } 285 }
284 286
285 #endregion 287 #endregion