mirror of
https://github.com/opensim/opensim.git
synced 2026-06-29 02:25:39 +08:00
Corrected index number in ErrorFormat based Exception message
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user