mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +08:00
Ref T28, description for cache
This commit is contained in:
committed by
Mathew Sutcliffe
parent
c9afc68309
commit
5b3097a2b0
@@ -135,12 +135,12 @@ namespace BlackMisc
|
||||
if (synchronizeCache)
|
||||
{
|
||||
this->synchronizeCacheImpl(sim);
|
||||
CLogMessage(this).info("Initialized model caches to %1") << simStr;
|
||||
CLogMessage(this).info("Initialized model caches (%1) for %2") << this->getDescription() << simStr;
|
||||
}
|
||||
else
|
||||
{
|
||||
this->admitCacheImpl(sim);
|
||||
CLogMessage(this).info("Admit model caches to %1") << simStr;
|
||||
CLogMessage(this).info("Admit model (%1) caches for %2") << this->getDescription() << simStr;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -317,12 +317,12 @@ namespace BlackMisc
|
||||
if (synchronizeCache)
|
||||
{
|
||||
this->synchronizeCacheImpl(sim);
|
||||
CLogMessage(this).info("Initialized model caches to %1") << simStr;
|
||||
CLogMessage(this).info("Initialized model caches (%1) for %2") << this->getDescription() << simStr;
|
||||
}
|
||||
else
|
||||
{
|
||||
this->admitCacheImpl(sim);
|
||||
CLogMessage(this).info("Admit model caches to %1") << simStr;
|
||||
CLogMessage(this).info("Admit model (%1) caches for %2") << this->getDescription() << simStr;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user