correct misleading "fcache status" text - deep scans are not performed when this command is invoked.

bulletsim
Justin Clark-Casey (justincc) 2011-07-30 01:16:10 +01:00
parent 835352aee9
commit c4c6b457c3
1 changed files with 1 additions and 1 deletions

View File

@ -765,7 +765,7 @@ namespace Flotsam.RegionModules.AssetCache
foreach (string s in Directory.GetFiles(m_CacheDirectory, "*.fac"))
{
m_log.Info("[FLOTSAM ASSET CACHE]: Deep Scans were performed on the following regions:");
m_log.Info("[FLOTSAM ASSET CACHE]: Deep scans have previously been performed on the following regions:");
string RegionID = s.Remove(0,s.IndexOf("_")).Replace(".fac","");
DateTime RegionDeepScanTMStamp = File.GetLastWriteTime(s);