CLI: output information messages to error report

This commit is contained in:
Daniel Marjamäki 2012-07-04 18:21:56 +02:00
parent f9da83f4b5
commit 0bbf2ecd0c
1 changed files with 1 additions and 1 deletions

View File

@ -267,7 +267,7 @@ void CppCheckExecutor::reportProgress(const std::string &filename, const char st
void CppCheckExecutor::reportInfo(const ErrorLogger::ErrorMessage &msg)
{
reportOut(msg.toXML(false, _settings->_xml_version));
reportErr(msg);
}
void CppCheckExecutor::reportStatus(size_t fileindex, size_t filecount, size_t sizedone, size_t sizetotal)