Corrected index number in ErrorFormat based Exception message

0.9.0-post-fixes
Kevin Cozens 2017-07-30 12:24:51 -04:00
parent fc4212bc81
commit cf855c3842
1 changed files with 1 additions and 1 deletions

View File

@ -455,7 +455,7 @@ namespace OpenSim.Region.ClientStack.Linden
catch (Exception e)
{
m_log.ErrorFormat(
"[INVENTORY]: Failed to process queued inventory request {0} for {1}. Exception {3}",
"[INVENTORY]: Failed to process queued inventory request {0} for {1}. Exception {2}",
poolreq.reqID, poolreq.presence != null ? poolreq.presence.Name : "unknown", e);
}
}