diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs b/OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs index b9559c0..835385d 100644 --- a/OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs +++ b/OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs | |||
@@ -32,7 +32,7 @@ namespace OpenSim.ApplicationPlugins.LoadRegions | |||
32 | { | 32 | { |
33 | if (openSim.ConfigSource.Configs["RemoteAdmin"].GetBoolean("enabled", false)) | 33 | if (openSim.ConfigSource.Configs["RemoteAdmin"].GetBoolean("enabled", false)) |
34 | { | 34 | { |
35 | OpenSim.Framework.Console.MainLog.Instance.Verbose("RADMIN", "Remote Admin Plugin Enabled"); | 35 | MainLog.Instance.Verbose("RADMIN", "Remote Admin Plugin Enabled"); |
36 | 36 | ||
37 | m_app = openSim; | 37 | m_app = openSim; |
38 | m_httpd = openSim.HttpServer; | 38 | m_httpd = openSim.HttpServer; |