diff options
author | Tedd Hansen | 2008-01-19 11:19:02 +0000 |
---|---|---|
committer | Tedd Hansen | 2008-01-19 11:19:02 +0000 |
commit | 8c5d93eff6808ff4079c2fba6604af66023de0f5 (patch) | |
tree | 03c03c33c4e6ece7895b53c829394e648bc62453 /OpenSim/Region/Environment | |
parent | Still hunting, added debug output (diff) | |
download | opensim-SC_OLD-8c5d93eff6808ff4079c2fba6604af66023de0f5.zip opensim-SC_OLD-8c5d93eff6808ff4079c2fba6604af66023de0f5.tar.gz opensim-SC_OLD-8c5d93eff6808ff4079c2fba6604af66023de0f5.tar.bz2 opensim-SC_OLD-8c5d93eff6808ff4079c2fba6604af66023de0f5.tar.xz |
"compile before commit, AND check compile result" - forgot a ;
Diffstat (limited to 'OpenSim/Region/Environment')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/Scene.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/Scene.cs b/OpenSim/Region/Environment/Scenes/Scene.cs index 4e9db5c..65ededd 100644 --- a/OpenSim/Region/Environment/Scenes/Scene.cs +++ b/OpenSim/Region/Environment/Scenes/Scene.cs | |||
@@ -519,7 +519,7 @@ namespace OpenSim.Region.Environment.Scenes | |||
519 | /// </summary> | 519 | /// </summary> |
520 | public void StartTimer() | 520 | public void StartTimer() |
521 | { | 521 | { |
522 | MainLog.Instance.Debug("SCENE", "Starting timer") | 522 | MainLog.Instance.Debug("SCENE", "Starting timer"); |
523 | m_heartbeatTimer.Enabled = true; | 523 | m_heartbeatTimer.Enabled = true; |
524 | m_heartbeatTimer.Interval = (int) (m_timespan*1000); | 524 | m_heartbeatTimer.Interval = (int) (m_timespan*1000); |
525 | m_heartbeatTimer.Elapsed += new ElapsedEventHandler(Heartbeat); | 525 | m_heartbeatTimer.Elapsed += new ElapsedEventHandler(Heartbeat); |