mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 05:45:37 +08:00
try to reduce log spam on http fails
This commit is contained in:
@@ -617,7 +617,7 @@ namespace OpenSim.Region.CoreModules.Avatar.InstantMessage
|
||||
return false;
|
||||
}
|
||||
}
|
||||
catch (WebException e)
|
||||
catch (Exception e)
|
||||
{
|
||||
m_log.ErrorFormat("[GRID INSTANT MESSAGE]: Error sending message to {0} : {1}", reginfo.ServerURI.ToString(), e.Message);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user