dr scofield's continuing warnings safari:

* code caught lingering around with no real purpose other than causing warnings
  will be taken down.
This commit is contained in:
Dr Scofield
2008-06-27 18:32:32 +00:00
parent 442a938a3f
commit 2f6a5f5575
3 changed files with 20 additions and 18 deletions

View File

@@ -636,7 +636,8 @@ namespace OpenSim.Region.Environment.Modules.Avatar.InstantMessage
}
catch (WebException e)
{
m_log.ErrorFormat("[GRID INSTANT MESSAGE]: Error sending message to {0} the host didn't respond", "http://" + reginfo.ExternalHostName + ":" + reginfo.HttpPort);
m_log.ErrorFormat("[GRID INSTANT MESSAGE]: Error sending message to http://{0}:{1} the host didn't respond ({2})",
reginfo.ExternalHostName, reginfo.HttpPort, e.Message);
}
return false;