mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
correct misleading "fcache status" text - deep scans are not performed when this command is invoked.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user