Mantis #7919: fatal exception on LoadImageURLModule
parent
7d6adeedf5
commit
8e10963f45
|
@ -268,6 +268,10 @@ namespace OpenSim.Region.CoreModules.Scripting.LoadImageURL
|
|||
catch (WebException)
|
||||
{
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
m_log.ErrorFormat("[LOADIMAGEURLMODULE]: unexpected exception {0}", e.Message);
|
||||
}
|
||||
finally
|
||||
{
|
||||
if (stream != null)
|
||||
|
|
Loading…
Reference in New Issue