mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 03:45:35 +08:00
* minor: Make some 'startup config failed to load' log messages more consistent
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user