diff options
author | Justin Clarke Casey | 2008-11-06 20:38:04 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-11-06 20:38:04 +0000 |
commit | 9770cf778efa929255c40ec4a547aea3097b1edc (patch) | |
tree | 9fea7f614724af6a37d7cc5b4416315b7eb21800 /OpenSim/Region/Physics/Manager | |
parent | a little bit more refactoring of startup (diff) | |
download | opensim-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 'OpenSim/Region/Physics/Manager')
-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) |