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

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