mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
Merge branch 'master' into ubitworkmaster
This commit is contained in:
@@ -588,6 +588,11 @@ namespace OpenSim.Region.CoreModules.Asset
|
||||
dir, dirSize);
|
||||
}
|
||||
}
|
||||
catch (DirectoryNotFoundException)
|
||||
{
|
||||
// If we get here, another node on the same box has
|
||||
// already removed the directory. Continue with next.
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
m_log.Warn(
|
||||
|
||||
Reference in New Issue
Block a user