diff options
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Region/Physics/Meshing/Meshmerizer.cs | 2 | ||||
-rw-r--r-- | OpenSim/Region/Physics/UbitMeshing/Meshmerizer.cs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Physics/Meshing/Meshmerizer.cs b/OpenSim/Region/Physics/Meshing/Meshmerizer.cs index 75fa1ef..825b858 100644 --- a/OpenSim/Region/Physics/Meshing/Meshmerizer.cs +++ b/OpenSim/Region/Physics/Meshing/Meshmerizer.cs | |||
@@ -335,7 +335,7 @@ namespace OpenSim.Region.Physics.Meshing | |||
335 | 335 | ||
336 | if (primShape.SculptData.Length <= 0) | 336 | if (primShape.SculptData.Length <= 0) |
337 | { | 337 | { |
338 | m_log.ErrorFormat("[MESH]: asset data for {0} is zero length", primName); | 338 | m_log.InfoFormat("[MESH]: asset data for {0} is zero length", primName); |
339 | return false; | 339 | return false; |
340 | } | 340 | } |
341 | 341 | ||
diff --git a/OpenSim/Region/Physics/UbitMeshing/Meshmerizer.cs b/OpenSim/Region/Physics/UbitMeshing/Meshmerizer.cs index 8e903e8..f002bba 100644 --- a/OpenSim/Region/Physics/UbitMeshing/Meshmerizer.cs +++ b/OpenSim/Region/Physics/UbitMeshing/Meshmerizer.cs | |||
@@ -339,7 +339,7 @@ namespace OpenSim.Region.Physics.Meshing | |||
339 | 339 | ||
340 | if (primShape.SculptData.Length <= 0) | 340 | if (primShape.SculptData.Length <= 0) |
341 | { | 341 | { |
342 | m_log.ErrorFormat("[MESH]: asset data for {0} is zero length", primName); | 342 | m_log.InfoFormat("[MESH]: asset data for {0} is zero length", primName); |
343 | return false; | 343 | return false; |
344 | } | 344 | } |
345 | 345 | ||