Standardize logging messages.

This commit is contained in:
Mike Mazur
2009-02-16 02:28:43 +00:00
parent ab5e332832
commit efbb44b98a
13 changed files with 92 additions and 92 deletions

View File

@@ -50,7 +50,7 @@ namespace OpenSim.Grid.AssetInventoryServer.Plugins
{
//m_server = server;
m_log.Info("[ASSET] Null Authentication loaded.");
m_log.Info("[NULLAUTHENTICATION]: Null Authentication loaded.");
}
/// <summary>
@@ -58,7 +58,7 @@ namespace OpenSim.Grid.AssetInventoryServer.Plugins
/// </summary>
public void Initialise()
{
m_log.InfoFormat("[ASSET]: {0} cannot be default-initialized!", Name);
m_log.InfoFormat("[NULLAUTHENTICATION]: {0} cannot be default-initialized!", Name);
throw new PluginNotInitialisedException(Name);
}