diff options
author | Melanie | 2011-12-08 05:46:59 +0000 |
---|---|---|
committer | Melanie | 2011-12-08 05:46:59 +0000 |
commit | 43732794dd64233f95718ae46eae18c225b0d088 (patch) | |
tree | d483069f4503097603c93138581f0dcf88c65fdb /OpenSim | |
parent | Remove warning in admin_save_oar xmlrpc method where noassets == true was com... (diff) | |
download | opensim-SC_OLD-43732794dd64233f95718ae46eae18c225b0d088.zip opensim-SC_OLD-43732794dd64233f95718ae46eae18c225b0d088.tar.gz opensim-SC_OLD-43732794dd64233f95718ae46eae18c225b0d088.tar.bz2 opensim-SC_OLD-43732794dd64233f95718ae46eae18c225b0d088.tar.xz |
Remove a left over log output
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs b/OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs index 64b2a52..0a262fb 100644 --- a/OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs +++ b/OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs | |||
@@ -213,7 +213,6 @@ namespace OpenSim.ApplicationPlugins.RemoteController | |||
213 | { | 213 | { |
214 | Hashtable requestData = (Hashtable) request.Params[0]; | 214 | Hashtable requestData = (Hashtable) request.Params[0]; |
215 | 215 | ||
216 | m_log.Info("[RADMIN]: Request to restart Region."); | ||
217 | CheckStringParameters(requestData, responseData, new string[] {"password"}); | 216 | CheckStringParameters(requestData, responseData, new string[] {"password"}); |
218 | 217 | ||
219 | FailIfRemoteAdminNotAllowed((string)requestData["password"], responseData, remoteClient.Address.ToString()); | 218 | FailIfRemoteAdminNotAllowed((string)requestData["password"], responseData, remoteClient.Address.ToString()); |
@@ -2951,4 +2950,4 @@ namespace OpenSim.ApplicationPlugins.RemoteController | |||
2951 | return true; | 2950 | return true; |
2952 | } | 2951 | } |
2953 | } | 2952 | } |
2954 | } \ No newline at end of file | 2953 | } |