keeping opensim safe for children -- made some namespace references less explicit

This commit is contained in:
Jeff Ames
2007-12-04 22:14:53 +00:00
parent 54c070608e
commit f195725db4
18 changed files with 54 additions and 96 deletions

View File

@@ -32,7 +32,7 @@ namespace OpenSim.ApplicationPlugins.LoadRegions
{
if (openSim.ConfigSource.Configs["RemoteAdmin"].GetBoolean("enabled", false))
{
OpenSim.Framework.Console.MainLog.Instance.Verbose("RADMIN", "Remote Admin Plugin Enabled");
MainLog.Instance.Verbose("RADMIN", "Remote Admin Plugin Enabled");
m_app = openSim;
m_httpd = openSim.HttpServer;