diff options
author | lbsa71 | 2007-08-06 14:14:43 +0000 |
---|---|---|
committer | lbsa71 | 2007-08-06 14:14:43 +0000 |
commit | fdbb89165975b81f768896cdd514ebe3932a283b (patch) | |
tree | bf41dfa61fb824209a279b48cff98f3048805ace /OpenSim/Region/Environment/Scenes/Scene.cs | |
parent | * renamed some scene to world (diff) | |
download | opensim-SC_OLD-fdbb89165975b81f768896cdd514ebe3932a283b.zip opensim-SC_OLD-fdbb89165975b81f768896cdd514ebe3932a283b.tar.gz opensim-SC_OLD-fdbb89165975b81f768896cdd514ebe3932a283b.tar.bz2 opensim-SC_OLD-fdbb89165975b81f768896cdd514ebe3932a283b.tar.xz |
* commands are done foreach instead of by [i]
* fixed 'show users' format bug.
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/Scene.cs')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/Scene.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Environment/Scenes/Scene.cs b/OpenSim/Region/Environment/Scenes/Scene.cs index 203f831..e05ea90 100644 --- a/OpenSim/Region/Environment/Scenes/Scene.cs +++ b/OpenSim/Region/Environment/Scenes/Scene.cs | |||
@@ -299,7 +299,7 @@ namespace OpenSim.Region.Environment.Scenes | |||
299 | } | 299 | } |
300 | catch (Exception e) | 300 | catch (Exception e) |
301 | { | 301 | { |
302 | MainLog.Instance.Error("Scene", "Update() - Failed with exception " + e.ToString()); | 302 | MainLog.Instance.Error("Scene", "Failed with exception " + e.ToString()); |
303 | } | 303 | } |
304 | updateLock.ReleaseMutex(); | 304 | updateLock.ReleaseMutex(); |
305 | } | 305 | } |
@@ -346,7 +346,7 @@ namespace OpenSim.Region.Environment.Scenes | |||
346 | } | 346 | } |
347 | catch (Exception e) | 347 | catch (Exception e) |
348 | { | 348 | { |
349 | MainLog.Instance.Warn("terrain", "World.cs: RegenerateTerrain() - Failed with exception " + e.ToString()); | 349 | MainLog.Instance.Error("terrain", "Failed with exception " + e.ToString()); |
350 | } | 350 | } |
351 | } | 351 | } |
352 | 352 | ||