diff options
author | Mike Mazur | 2009-02-16 02:28:51 +0000 |
---|---|---|
committer | Mike Mazur | 2009-02-16 02:28:51 +0000 |
commit | e41f761e0d808f39d58766cb8f888cda3b5a6043 (patch) | |
tree | a00b2349f5e1fcfde0c23471fbdf0a238cc29370 /OpenSim/Grid/AssetInventoryServer/Plugins/BrowseFrontendPlugin.cs | |
parent | Standardize logging messages. (diff) | |
download | opensim-SC_OLD-e41f761e0d808f39d58766cb8f888cda3b5a6043.zip opensim-SC_OLD-e41f761e0d808f39d58766cb8f888cda3b5a6043.tar.gz opensim-SC_OLD-e41f761e0d808f39d58766cb8f888cda3b5a6043.tar.bz2 opensim-SC_OLD-e41f761e0d808f39d58766cb8f888cda3b5a6043.tar.xz |
- add restrictions and error handling to plugin loading in
AssetInventoryServer
- assign shorter names to each AssetInventory plugin
- modify AssetInventoryServer.ini.example file so it works out of the
box
Diffstat (limited to 'OpenSim/Grid/AssetInventoryServer/Plugins/BrowseFrontendPlugin.cs')
-rw-r--r-- | OpenSim/Grid/AssetInventoryServer/Plugins/BrowseFrontendPlugin.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Grid/AssetInventoryServer/Plugins/BrowseFrontendPlugin.cs b/OpenSim/Grid/AssetInventoryServer/Plugins/BrowseFrontendPlugin.cs index 6c98612..4ed8d87 100644 --- a/OpenSim/Grid/AssetInventoryServer/Plugins/BrowseFrontendPlugin.cs +++ b/OpenSim/Grid/AssetInventoryServer/Plugins/BrowseFrontendPlugin.cs | |||
@@ -83,7 +83,7 @@ namespace OpenSim.Grid.AssetInventoryServer.Plugins | |||
83 | 83 | ||
84 | public string Name | 84 | public string Name |
85 | { | 85 | { |
86 | get { return "AssetInventoryServer Browse asset frontend"; } | 86 | get { return "BrowseFrontend"; } |
87 | } | 87 | } |
88 | 88 | ||
89 | #endregion IPlugin implementation | 89 | #endregion IPlugin implementation |