fix one of the new warp3d log messages

0.9.1.0-post-fixes
UbitUmarov 2019-09-03 21:28:06 +01:00
parent fc550e2b3e
commit c4904de6a7
1 changed files with 1 additions and 1 deletions

View File

@ -799,7 +799,7 @@ namespace OpenSim.Region.CoreModules.World.Warp3DMap
} }
catch (Exception e) catch (Exception e)
{ {
m_log.WarnFormat("[Warp3D]: Failed to decode texture {0} for prim {1} at {2}, exception {3] ", id.ToString(), sop.Name, sop.GetWorldPosition().ToString(), e); m_log.WarnFormat("[Warp3D]: Failed to decode texture {0} for prim {1} at {2}, exception {3] ", id.ToString(), sop.Name, sop.GetWorldPosition().ToString(), e.Message);
} }
} }
else else