* Reduced a significant number of compiler warnings (back down to 9 for all projects combined, all 'never used' things)

This commit is contained in:
Adam Frisby
2007-07-24 03:59:32 +00:00
parent 87bddd32df
commit 3cbc1e011d
9 changed files with 12 additions and 14 deletions

View File

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