Mantis #7919: fatal exception on LoadImageURLModule

LSLKeyTest
Diva Canto 2016-06-06 09:55:25 -07:00
parent 7d6adeedf5
commit 8e10963f45
1 changed files with 4 additions and 0 deletions

View File

@ -268,6 +268,10 @@ namespace OpenSim.Region.CoreModules.Scripting.LoadImageURL
catch (WebException) catch (WebException)
{ {
} }
catch (Exception e)
{
m_log.ErrorFormat("[LOADIMAGEURLMODULE]: unexpected exception {0}", e.Message);
}
finally finally
{ {
if (stream != null) if (stream != null)