mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
add catch log to profiles process
This commit is contained in:
@@ -209,9 +209,12 @@ namespace OpenSim.Region.CoreModules.Avatar.UserProfiles
|
||||
}
|
||||
}
|
||||
}
|
||||
m_asyncRequestsRunning = false;
|
||||
}
|
||||
catch { }
|
||||
catch(Exception e )
|
||||
{
|
||||
m_log.ErrorFormat("[ProfileModule]: Process fail {0}",e.Message);
|
||||
}
|
||||
m_asyncRequestsRunning = false;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user