aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authorUbitUmarov2014-08-22 01:06:43 +0100
committerUbitUmarov2014-08-22 01:06:43 +0100
commit9a8d8d213015b644f32d0cbdb8c3331c07d86d40 (patch)
tree9f62dd32cf75a9067b8b61e9d1ffd499cae9a915 /OpenSim
parentrevert the kills, they seem even worse (diff)
parentExpect a missing directory, the asset cache is shared. Prevent spew if (diff)
downloadopensim-SC_OLD-9a8d8d213015b644f32d0cbdb8c3331c07d86d40.zip
opensim-SC_OLD-9a8d8d213015b644f32d0cbdb8c3331c07d86d40.tar.gz
opensim-SC_OLD-9a8d8d213015b644f32d0cbdb8c3331c07d86d40.tar.bz2
opensim-SC_OLD-9a8d8d213015b644f32d0cbdb8c3331c07d86d40.tar.xz
Merge branch 'master' into ubitworkmaster
Diffstat (limited to 'OpenSim')
-rw-r--r--OpenSim/Region/CoreModules/Asset/FlotsamAssetCache.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/OpenSim/Region/CoreModules/Asset/FlotsamAssetCache.cs b/OpenSim/Region/CoreModules/Asset/FlotsamAssetCache.cs
index b270de9..5468cdc 100644
--- a/OpenSim/Region/CoreModules/Asset/FlotsamAssetCache.cs
+++ b/OpenSim/Region/CoreModules/Asset/FlotsamAssetCache.cs
@@ -588,6 +588,11 @@ namespace OpenSim.Region.CoreModules.Asset
588 dir, dirSize); 588 dir, dirSize);
589 } 589 }
590 } 590 }
591 catch (DirectoryNotFoundException)
592 {
593 // If we get here, another node on the same box has
594 // already removed the directory. Continue with next.
595 }
591 catch (Exception e) 596 catch (Exception e)
592 { 597 {
593 m_log.Warn( 598 m_log.Warn(