ui: removed clang warnings from console
* disabled clang warnings to be dumped into the console * changed logging type of storage stats from WARNING to INFO
This commit is contained in:
@@ -359,7 +359,7 @@ void PersistentStorage::logStats() const
|
||||
ss << "\t" << stats.errorCount.total << " Errors\n";
|
||||
ss << "\t" << stats.errorCount.fatal << " Fatal Errors\n";
|
||||
|
||||
LOG_WARNING(ss.str());
|
||||
LOG_INFO(ss.str());
|
||||
}
|
||||
|
||||
void PersistentStorage::startParsing()
|
||||
|
||||
Reference in New Issue
Block a user