diff options
Diffstat (limited to 'OpenSim/Region/Physics')
-rw-r--r-- | OpenSim/Region/Physics/Manager/PhysicsPluginManager.cs | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
124 | } | 124 | } |
125 | catch (Exception ex) | 125 | catch (Exception ex) |
126 | { | 126 | { |
127 | m_log.Error("Failed to load plugin from " + FileName, ex); | 127 | m_log.Error("[PHYSICS]: Failed to load plugin from " + FileName, ex); |
128 | } | 128 | } |
129 | 129 | ||
130 | if (pluginAssembly != null) | 130 | if (pluginAssembly != null) |