Audit Log: Adds space after response size

Reported at #1452
This commit is contained in:
Felipe Zimmerle 2017-06-16 22:55:15 -03:00
parent 20134ef242
commit 4726912ec8
No known key found for this signature in database
GPG Key ID: E6DFB08CE8B11277

View File

@ -1348,7 +1348,7 @@ std::string Transaction::toOldAuditLogFormatIndex(const std::string &filename,
ss << "\" ";
ss << this->m_httpCodeReturned << " ";
ss << this->m_responseBody.tellp();
ss << this->m_responseBody.tellp() << " ";
/** TODO: Check variable */
ss << utils::string::dash_if_empty(
this->m_collections.resolveFirst("REFERER").get()) << " ";