diff options
author | Kevin Cozens | 2017-05-22 11:08:41 -0400 |
---|---|---|
committer | Kevin Cozens | 2017-06-09 10:14:09 -0400 |
commit | 0ac6b74c5e8be67fe170991358bc098e8d38516c (patch) | |
tree | 54871b44e585a6c83f1abe84e94c58bf3b995860 /OpenSim | |
parent | still losing time with of halcyon incompatibile oars... cathch exceptions of ... (diff) | |
download | opensim-SC-0ac6b74c5e8be67fe170991358bc098e8d38516c.zip opensim-SC-0ac6b74c5e8be67fe170991358bc098e8d38516c.tar.gz opensim-SC-0ac6b74c5e8be67fe170991358bc098e8d38516c.tar.bz2 opensim-SC-0ac6b74c5e8be67fe170991358bc098e8d38516c.tar.xz |
Fixed typo in log message
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Region/PhysicsModules/ubOde/ODEMeshWorker.cs | 2 |
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 | } |