Fixed wrong argument cardinality in debug message.

viewer-2-initial-appearance
Diva Canto 2010-12-22 10:42:29 -08:00
parent 25ecd62b1f
commit 2d8f448322
1 changed files with 1 additions and 1 deletions

View File

@ -621,7 +621,7 @@ namespace OpenSim.Region.CoreModules.Avatar.InstantMessage
}
catch (WebException e)
{
m_log.ErrorFormat("[GRID INSTANT MESSAGE]: Error sending message to {0}} the host didn't respond ({2})",
m_log.ErrorFormat("[GRID INSTANT MESSAGE]: Error sending message to {0}} the host didn't respond ({1})",
reginfo.ServerURI, e.Message);
}