mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-14 00:25:35 +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)
|
if (synchronizeCache)
|
||||||
{
|
{
|
||||||
this->synchronizeCacheImpl(sim);
|
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
|
else
|
||||||
{
|
{
|
||||||
this->admitCacheImpl(sim);
|
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)
|
if (synchronizeCache)
|
||||||
{
|
{
|
||||||
this->synchronizeCacheImpl(sim);
|
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
|
else
|
||||||
{
|
{
|
||||||
this->admitCacheImpl(sim);
|
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