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