mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 18:25:33 +08:00
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:
@@ -376,7 +376,7 @@ namespace OpenSim.Region.Environment.Modules.Avatar.Friends
|
||||
m_log.Info("[FRIEND]: Claiming " + avatar.Firstname + " " + avatar.Lastname + " in region:" + avatar.RegionHandle + ".");
|
||||
if (avatar.JID.Length > 0)
|
||||
{
|
||||
JId avatarID = new JId(avatar.JID);
|
||||
// JId avatarID = new JId(avatar.JID);
|
||||
// REST Post XMPP Stanzas!
|
||||
}
|
||||
// Claim User! my user! Mine mine mine!
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user