fix one of the new warp3d log messages

This commit is contained in:
UbitUmarov
2019-09-03 21:28:06 +01:00
parent fc550e2b3e
commit c4904de6a7

View File

@@ -799,7 +799,7 @@ namespace OpenSim.Region.CoreModules.World.Warp3DMap
}
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