* commands are done foreach instead of by [i]

* fixed 'show users' format bug.
This commit is contained in:
lbsa71
2007-08-06 14:14:43 +00:00
parent 07b011af3a
commit fdbb891659
3 changed files with 22 additions and 13 deletions

View File

@@ -299,7 +299,7 @@ namespace OpenSim.Region.Environment.Scenes
}
catch (Exception e)
{
MainLog.Instance.Error("Scene", "Update() - Failed with exception " + e.ToString());
MainLog.Instance.Error("Scene", "Failed with exception " + e.ToString());
}
updateLock.ReleaseMutex();
}
@@ -346,7 +346,7 @@ namespace OpenSim.Region.Environment.Scenes
}
catch (Exception e)
{
MainLog.Instance.Warn("terrain", "World.cs: RegenerateTerrain() - Failed with exception " + e.ToString());
MainLog.Instance.Error("terrain", "Failed with exception " + e.ToString());
}
}