diff options
author | Jeff Ames | 2007-10-31 07:56:31 +0000 |
---|---|---|
committer | Jeff Ames | 2007-10-31 07:56:31 +0000 |
commit | 13854d562f890f59b373697b0785bde5e09b757f (patch) | |
tree | cb512750e6b17f035145d519a6926a3a22722d4c /OpenSim/Region/Environment/Scenes/SceneBase.cs | |
parent | * Moved OpenSim/Framework/General to OpenSim/Framework for great justice. (diff) | |
download | opensim-SC_OLD-13854d562f890f59b373697b0785bde5e09b757f.zip opensim-SC_OLD-13854d562f890f59b373697b0785bde5e09b757f.tar.gz opensim-SC_OLD-13854d562f890f59b373697b0785bde5e09b757f.tar.bz2 opensim-SC_OLD-13854d562f890f59b373697b0785bde5e09b757f.tar.xz |
fixed filenames in log messages
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/SceneBase.cs')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/SceneBase.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/SceneBase.cs b/OpenSim/Region/Environment/Scenes/SceneBase.cs index 4ad9d65..ba4c40e 100644 --- a/OpenSim/Region/Environment/Scenes/SceneBase.cs +++ b/OpenSim/Region/Environment/Scenes/SceneBase.cs | |||
@@ -146,7 +146,7 @@ namespace OpenSim.Region.Environment.Scenes | |||
146 | } | 146 | } |
147 | catch (Exception e) | 147 | catch (Exception e) |
148 | { | 148 | { |
149 | MainLog.Instance.Error("SCENE", "World.cs: Close() - Failed with exception " + e.ToString()); | 149 | MainLog.Instance.Error("SCENE", "SceneBase.cs: Close() - Failed with exception " + e.ToString()); |
150 | } | 150 | } |
151 | } | 151 | } |
152 | 152 | ||