From 9770cf778efa929255c40ec4a547aea3097b1edc Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Thu, 6 Nov 2008 20:38:04 +0000 Subject: * minor: Make some 'startup config failed to load' log messages more consistent --- OpenSim/Region/Physics/Manager/PhysicsPluginManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Region/Physics') diff --git a/OpenSim/Region/Physics/Manager/PhysicsPluginManager.cs b/OpenSim/Region/Physics/Manager/PhysicsPluginManager.cs index db41251..fc8f062 100644 --- a/OpenSim/Region/Physics/Manager/PhysicsPluginManager.cs +++ b/OpenSim/Region/Physics/Manager/PhysicsPluginManager.cs @@ -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) -- cgit v1.1