From efbb44b98af8b2b4d59c00b90034c10d6966f60f Mon Sep 17 00:00:00 2001 From: Mike Mazur Date: Mon, 16 Feb 2009 02:28:43 +0000 Subject: Standardize logging messages. --- OpenSim/Grid/AssetInventoryServer/Plugins/AuthorizeAllPlugin.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'OpenSim/Grid/AssetInventoryServer/Plugins/AuthorizeAllPlugin.cs') diff --git a/OpenSim/Grid/AssetInventoryServer/Plugins/AuthorizeAllPlugin.cs b/OpenSim/Grid/AssetInventoryServer/Plugins/AuthorizeAllPlugin.cs index 517da28..9e3a421 100644 --- a/OpenSim/Grid/AssetInventoryServer/Plugins/AuthorizeAllPlugin.cs +++ b/OpenSim/Grid/AssetInventoryServer/Plugins/AuthorizeAllPlugin.cs @@ -50,7 +50,7 @@ namespace OpenSim.Grid.AssetInventoryServer.Plugins { //m_server = server; - m_log.Info("[ASSET] Authorize All loaded."); + m_log.Info("[AUTHORIZEALL]: Authorize All loaded."); } /// @@ -58,7 +58,7 @@ namespace OpenSim.Grid.AssetInventoryServer.Plugins /// public void Initialise() { - m_log.InfoFormat("[ASSET]: {0} cannot be default-initialized!", Name); + m_log.InfoFormat("[AUTHORIZEALL]: {0} cannot be default-initialized!", Name); throw new PluginNotInitialisedException(Name); } -- cgit v1.1