aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/PhysicsModules/ubOde
diff options
context:
space:
mode:
authorKevin Cozens2017-05-22 11:08:41 -0400
committerKevin Cozens2017-06-09 10:14:09 -0400
commit0ac6b74c5e8be67fe170991358bc098e8d38516c (patch)
tree54871b44e585a6c83f1abe84e94c58bf3b995860 /OpenSim/Region/PhysicsModules/ubOde
parentstill losing time with of halcyon incompatibile oars... cathch exceptions of ... (diff)
downloadopensim-SC_OLD-0ac6b74c5e8be67fe170991358bc098e8d38516c.zip
opensim-SC_OLD-0ac6b74c5e8be67fe170991358bc098e8d38516c.tar.gz
opensim-SC_OLD-0ac6b74c5e8be67fe170991358bc098e8d38516c.tar.bz2
opensim-SC_OLD-0ac6b74c5e8be67fe170991358bc098e8d38516c.tar.xz
Fixed typo in log message
Diffstat (limited to 'OpenSim/Region/PhysicsModules/ubOde')
-rw-r--r--OpenSim/Region/PhysicsModules/ubOde/ODEMeshWorker.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/PhysicsModules/ubOde/ODEMeshWorker.cs b/OpenSim/Region/PhysicsModules/ubOde/ODEMeshWorker.cs
index 923e2ff..a5ee2c9 100644
--- a/OpenSim/Region/PhysicsModules/ubOde/ODEMeshWorker.cs
+++ b/OpenSim/Region/PhysicsModules/ubOde/ODEMeshWorker.cs
@@ -936,7 +936,7 @@ namespace OpenSim.Region.PhysicsModule.ubOde
936 repData.actor.Name, asset.ID.ToString()); 936 repData.actor.Name, asset.ID.ToString());
937 } 937 }
938 else 938 else
939 m_log.WarnFormat("[PHYSICS]: asset provider returned null asset fo mesh of prim {0}.", 939 m_log.WarnFormat("[PHYSICS]: asset provider returned null asset for mesh of prim {0}.",
940 repData.actor.Name); 940 repData.actor.Name);
941 } 941 }
942 } 942 }