aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/AssetInventoryServer/Plugins/ReferenceFrontendPlugin.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Grid/AssetInventoryServer/Plugins/ReferenceFrontendPlugin.cs')
-rw-r--r--OpenSim/Grid/AssetInventoryServer/Plugins/ReferenceFrontendPlugin.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Grid/AssetInventoryServer/Plugins/ReferenceFrontendPlugin.cs b/OpenSim/Grid/AssetInventoryServer/Plugins/ReferenceFrontendPlugin.cs
index f19be08..af10393 100644
--- a/OpenSim/Grid/AssetInventoryServer/Plugins/ReferenceFrontendPlugin.cs
+++ b/OpenSim/Grid/AssetInventoryServer/Plugins/ReferenceFrontendPlugin.cs
@@ -63,7 +63,7 @@ namespace OpenSim.Grid.AssetInventoryServer.Plugins
63 // Asset creation 63 // Asset creation
64 //m_server.HttpServer.AddStreamHandler(new CreateRequestHandler(server)); 64 //m_server.HttpServer.AddStreamHandler(new CreateRequestHandler(server));
65 65
66 m_log.Info("[ASSET] Reference Frontend loaded."); 66 m_log.Info("[REFERENCEFRONTEND]: Reference Frontend loaded.");
67 } 67 }
68 68
69 /// <summary> 69 /// <summary>
@@ -71,7 +71,7 @@ namespace OpenSim.Grid.AssetInventoryServer.Plugins
71 /// </summary> 71 /// </summary>
72 public void Initialise() 72 public void Initialise()
73 { 73 {
74 m_log.InfoFormat("[ASSET]: {0} cannot be default-initialized!", Name); 74 m_log.InfoFormat("[REFERENCEFRONTEND]: {0} cannot be default-initialized!", Name);
75 throw new PluginNotInitialisedException(Name); 75 throw new PluginNotInitialisedException(Name);
76 } 76 }
77 77
@@ -159,7 +159,7 @@ namespace OpenSim.Grid.AssetInventoryServer.Plugins
159 // } 159 // }
160 // else if (storageResponse == BackendResponse.NotFound) 160 // else if (storageResponse == BackendResponse.NotFound)
161 // { 161 // {
162 // m_log.Warn("Could not find metadata for asset " + assetID.ToString()); 162 // m_log.Warn("[REFERENCEFRONTEND]: Could not find metadata for asset " + assetID.ToString());
163 // httpResponse.StatusCode = (int) HttpStatusCode.NotFound; 163 // httpResponse.StatusCode = (int) HttpStatusCode.NotFound;
164 // } 164 // }
165 // else 165 // else