typo on a debug message format

0.9.1.0-post-fixes
UbitUmarov 2019-04-16 15:31:31 +01:00
parent 6bbd5eb6a2
commit 09d92565dc
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}
}