oops, reinstate the try catching of async_call_method but leave the logging disabled

0.7.2-post-fixes
Justin Clark-Casey (justincc) 2011-09-23 22:45:02 +01:00
parent a4e1d29e3c
commit d8d048cfa1
1 changed files with 6 additions and 6 deletions

View File

@ -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)