Minor startup streamlining
* LOGD'd unneeded debugging messages, streamlining startup + Added a basic timer for how long in seconds it took to start up + Added two checks for plural (plugin/s, second/s)
This commit is contained in:
@@ -294,7 +294,7 @@ void cComposableGenerator::InitHeightGen(cIniFile & a_IniFile)
|
||||
);
|
||||
CacheSize = 4;
|
||||
}
|
||||
LOGINFO("Using a cache for Heightgen of size %d.", CacheSize);
|
||||
LOGD("Using a cache for Heightgen of size %d.", CacheSize);
|
||||
m_UnderlyingHeightGen = m_HeightGen;
|
||||
m_HeightGen = new cHeiGenCache(m_UnderlyingHeightGen, CacheSize);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user