correct misleading "fcache status" text - deep scans are not performed when this command is invoked.
parent
835352aee9
commit
c4c6b457c3
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue