mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
oops, reinstate the try catching of async_call_method but leave the logging disabled
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user