try to reduce log spam on http fails

This commit is contained in:
UbitUmarov
2023-05-24 14:16:43 +01:00
parent 5e0c6446d8
commit d7714530a8
4 changed files with 20 additions and 20 deletions

View File

@@ -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);
}