fixed filenames in log messages

This commit is contained in:
Jeff Ames
2007-10-31 07:56:31 +00:00
parent 064404ab40
commit 13854d562f
9 changed files with 17 additions and 17 deletions

View File

@@ -146,7 +146,7 @@ namespace OpenSim.Region.Environment.Scenes
}
catch (Exception e)
{
MainLog.Instance.Error("SCENE", "World.cs: Close() - Failed with exception " + e.ToString());
MainLog.Instance.Error("SCENE", "SceneBase.cs: Close() - Failed with exception " + e.ToString());
}
}