typo on a debug message format

This commit is contained in:
UbitUmarov
2019-04-16 15:31:31 +01:00
parent 6bbd5eb6a2
commit 09d92565dc
@@ -233,7 +233,7 @@ namespace OpenSim.Region.ClientStack.Linden
else
{
m_log.WarnFormat(
"[EVENTQUEUE]: (Enqueue) No queue found for agent {0} in region {2}",
"[EVENTQUEUE]: (Enqueue) No queue found for agent {0} in region {1}",
avatarID, m_scene.Name);
}
}