mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 20:49:51 +08:00
Standardize logging messages.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user