diff options
author | Justin Clark-Casey (justincc) | 2011-07-30 01:16:10 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-07-30 01:16:10 +0100 |
commit | c4c6b457c3bbedd292e210cdd4dbc416d1361fcb (patch) | |
tree | 23a6dab9234fc9a0d91b1dcfdf8aa427010f6fbc /OpenSim | |
parent | Make it clearer what the save_crashes setting in [Startup] actually does. (diff) | |
download | opensim-SC_OLD-c4c6b457c3bbedd292e210cdd4dbc416d1361fcb.zip opensim-SC_OLD-c4c6b457c3bbedd292e210cdd4dbc416d1361fcb.tar.gz opensim-SC_OLD-c4c6b457c3bbedd292e210cdd4dbc416d1361fcb.tar.bz2 opensim-SC_OLD-c4c6b457c3bbedd292e210cdd4dbc416d1361fcb.tar.xz |
correct misleading "fcache status" text - deep scans are not performed when this command is invoked.
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Region/CoreModules/Asset/FlotsamAssetCache.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/Asset/FlotsamAssetCache.cs b/OpenSim/Region/CoreModules/Asset/FlotsamAssetCache.cs index 2b3f7f5..0b13dc5 100644 --- a/OpenSim/Region/CoreModules/Asset/FlotsamAssetCache.cs +++ b/OpenSim/Region/CoreModules/Asset/FlotsamAssetCache.cs | |||
@@ -765,7 +765,7 @@ namespace Flotsam.RegionModules.AssetCache | |||
765 | 765 | ||
766 | foreach (string s in Directory.GetFiles(m_CacheDirectory, "*.fac")) | 766 | foreach (string s in Directory.GetFiles(m_CacheDirectory, "*.fac")) |
767 | { | 767 | { |
768 | m_log.Info("[FLOTSAM ASSET CACHE]: Deep Scans were performed on the following regions:"); | 768 | m_log.Info("[FLOTSAM ASSET CACHE]: Deep scans have previously been performed on the following regions:"); |
769 | 769 | ||
770 | string RegionID = s.Remove(0,s.IndexOf("_")).Replace(".fac",""); | 770 | string RegionID = s.Remove(0,s.IndexOf("_")).Replace(".fac",""); |
771 | DateTime RegionDeepScanTMStamp = File.GetLastWriteTime(s); | 771 | DateTime RegionDeepScanTMStamp = File.GetLastWriteTime(s); |