Catch but don't print out exceptions that make it to the top of the async_call_method stack.
This is not helpful for release code.0.7.2-post-fixes
parent
8c4dd6b330
commit
a4e1d29e3c
|
@ -1550,16 +1550,16 @@ namespace OpenSim.Framework
|
|||
{
|
||||
Culture.SetCurrentCulture();
|
||||
|
||||
try
|
||||
{
|
||||
// try
|
||||
// {
|
||||
callback(o);
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
m_log.ErrorFormat(
|
||||
"[UTIL]: Continuing after async_call_method thread terminated with exception {0}{1}",
|
||||
e.Message, e.StackTrace);
|
||||
}
|
||||
// }
|
||||
// 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