aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/AssetInventoryServer/Plugins/NullAuthenticationPlugin.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Grid/AssetInventoryServer/Plugins/NullAuthenticationPlugin.cs')
-rw-r--r--OpenSim/Grid/AssetInventoryServer/Plugins/NullAuthenticationPlugin.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Grid/AssetInventoryServer/Plugins/NullAuthenticationPlugin.cs b/OpenSim/Grid/AssetInventoryServer/Plugins/NullAuthenticationPlugin.cs
index 386822a..1fbe780 100644
--- a/OpenSim/Grid/AssetInventoryServer/Plugins/NullAuthenticationPlugin.cs
+++ b/OpenSim/Grid/AssetInventoryServer/Plugins/NullAuthenticationPlugin.cs
@@ -50,7 +50,7 @@ namespace OpenSim.Grid.AssetInventoryServer.Plugins
50 { 50 {
51 //m_server = server; 51 //m_server = server;
52 52
53 m_log.Info("[ASSET] Null Authentication loaded."); 53 m_log.Info("[NULLAUTHENTICATION]: Null Authentication loaded.");
54 } 54 }
55 55
56 /// <summary> 56 /// <summary>
@@ -58,7 +58,7 @@ namespace OpenSim.Grid.AssetInventoryServer.Plugins
58 /// </summary> 58 /// </summary>
59 public void Initialise() 59 public void Initialise()
60 { 60 {
61 m_log.InfoFormat("[ASSET]: {0} cannot be default-initialized!", Name); 61 m_log.InfoFormat("[NULLAUTHENTICATION]: {0} cannot be default-initialized!", Name);
62 throw new PluginNotInitialisedException(Name); 62 throw new PluginNotInitialisedException(Name);
63 } 63 }
64 64