diff --git a/OpenSim/Framework/Util.cs b/OpenSim/Framework/Util.cs index f187ab8791..00ef8caf99 100644 --- a/OpenSim/Framework/Util.cs +++ b/OpenSim/Framework/Util.cs @@ -1550,16 +1550,16 @@ namespace OpenSim.Framework { Culture.SetCurrentCulture(); -// try -// { + try + { callback(o); -// } -// catch (Exception e) -// { + } + catch (Exception e) + { // m_log.ErrorFormat( // "[UTIL]: Continuing after async_call_method thread terminated with exception {0}{1}", // e.Message, e.StackTrace); -// } + } }; switch (FireAndForgetMethod)