oops, reinstate the try catching of async_call_method but leave the logging disabled
parent
a4e1d29e3c
commit
d8d048cfa1
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue