"compile before commit, AND check compile result" - forgot a ;

This commit is contained in:
Tedd Hansen
2008-01-19 11:19:02 +00:00
parent ca772be0d4
commit 8c5d93eff6

View File

@@ -519,7 +519,7 @@ namespace OpenSim.Region.Environment.Scenes
/// </summary>
public void StartTimer()
{
MainLog.Instance.Debug("SCENE", "Starting timer")
MainLog.Instance.Debug("SCENE", "Starting timer");
m_heartbeatTimer.Enabled = true;
m_heartbeatTimer.Interval = (int) (m_timespan*1000);
m_heartbeatTimer.Elapsed += new ElapsedEventHandler(Heartbeat);