aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/Manager/PhysicsPluginManager.cs
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-11-06 20:38:04 +0000
committerJustin Clarke Casey2008-11-06 20:38:04 +0000
commit9770cf778efa929255c40ec4a547aea3097b1edc (patch)
tree9fea7f614724af6a37d7cc5b4416315b7eb21800 /OpenSim/Region/Physics/Manager/PhysicsPluginManager.cs
parenta little bit more refactoring of startup (diff)
downloadopensim-SC_OLD-9770cf778efa929255c40ec4a547aea3097b1edc.zip
opensim-SC_OLD-9770cf778efa929255c40ec4a547aea3097b1edc.tar.gz
opensim-SC_OLD-9770cf778efa929255c40ec4a547aea3097b1edc.tar.bz2
opensim-SC_OLD-9770cf778efa929255c40ec4a547aea3097b1edc.tar.xz
* minor: Make some 'startup config failed to load' log messages more consistent
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Physics/Manager/PhysicsPluginManager.cs2
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)