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

@@ -48,7 +48,7 @@ public:
}
else
{
journal.error() <<
journal.error <<
"HTTP GET to " << m_url.full().toStdString() <<
" failed: '" << httpResult.error.message () << "'";
}