Merge branch 'master' into ubitworkmaster

This commit is contained in:
UbitUmarov
2014-08-22 01:06:43 +01:00

View File

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