Merge branch 'master' into ubitworkmaster
commit
9a8d8d2130
|
@ -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(
|
||||
|
|
Loading…
Reference in New Issue