* minor: Make some 'startup config failed to load' log messages more consistent

This commit is contained in:
Justin Clarke Casey
2008-11-06 20:38:04 +00:00
parent c932aae4c3
commit 9770cf778e
4 changed files with 26 additions and 8 deletions

View File

@@ -124,7 +124,7 @@ namespace OpenSim.Region.Physics.Manager
}
catch (Exception ex)
{
m_log.Error("Failed to load plugin from " + FileName, ex);
m_log.Error("[PHYSICS]: Failed to load plugin from " + FileName, ex);
}
if (pluginAssembly != null)