Tweaks to the Asset/Module info echo behavior to spam the console less.

This commit is contained in:
Areloch 2019-02-23 14:20:57 -06:00
parent 775ca57047
commit b79030ebb4
2 changed files with 4 additions and 4 deletions

View file

@ -69,7 +69,7 @@ S32 QSORT_CALLBACK moduleDefinitionVersionIdSort( const void* a, const void* b )
ModuleManager::ModuleManager() :
mEnforceDependencies(true),
mEchoInfo(true),
mEchoInfo(false),
mDatabaseLocks( 0 ),
mIgnoreLoadedGroups(false)
{