Journal improvements

This commit is contained in:
Vinnie Falco
2013-09-14 18:44:58 -07:00
parent 607520f2e6
commit f36fcf635c
6 changed files with 230 additions and 112 deletions

View File

@@ -160,7 +160,7 @@ void StoreSqdb::report (Error const& error, char const* fileName, int lineNumber
{
if (error)
{
m_journal.error() <<
m_journal.error <<
"Failure: '"<< error.getReasonText() << "' " <<
" at " << Debug::getSourceLocation (fileName, lineNumber);
}