aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/AssetInventoryServer/Plugins/BrowseFrontendPlugin.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Grid/AssetInventoryServer/Plugins/BrowseFrontendPlugin.cs')
-rw-r--r--OpenSim/Grid/AssetInventoryServer/Plugins/BrowseFrontendPlugin.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Grid/AssetInventoryServer/Plugins/BrowseFrontendPlugin.cs b/OpenSim/Grid/AssetInventoryServer/Plugins/BrowseFrontendPlugin.cs
index 3b6e99e..6c98612 100644
--- a/OpenSim/Grid/AssetInventoryServer/Plugins/BrowseFrontendPlugin.cs
+++ b/OpenSim/Grid/AssetInventoryServer/Plugins/BrowseFrontendPlugin.cs
@@ -59,7 +59,7 @@ namespace OpenSim.Grid.AssetInventoryServer.Plugins
59 // Request for / or /?... 59 // Request for / or /?...
60 //m_server.HttpServer.AddStreamHandler(new BrowseRequestHandler(server)); 60 //m_server.HttpServer.AddStreamHandler(new BrowseRequestHandler(server));
61 61
62 m_log.Info("[ASSET] Browser Frontend loaded."); 62 m_log.Info("[BROWSEFRONTEND]: Browser Frontend loaded.");
63 } 63 }
64 64
65 /// <summary> 65 /// <summary>
@@ -67,7 +67,7 @@ namespace OpenSim.Grid.AssetInventoryServer.Plugins
67 /// </summary> 67 /// </summary>
68 public void Initialise() 68 public void Initialise()
69 { 69 {
70 m_log.InfoFormat("[ASSET]: {0} cannot be default-initialized!", Name); 70 m_log.InfoFormat("[BROWSEFRONTEND]: {0} cannot be default-initialized!", Name);
71 throw new PluginNotInitialisedException(Name); 71 throw new PluginNotInitialisedException(Name);
72 } 72 }
73 73