We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6408bf9 commit 797f7dcCopy full SHA for 797f7dc
src/transaction.cc
@@ -1599,7 +1599,7 @@ std::string Transaction::toJSON(int parts) {
1599
utils::string::dash_if_empty(
1600
m_variableRequestMethod.evaluate()));
1601
1602
- LOGFY_ADD_INT("http_version", m_httpVersion.c_str());
+ LOGFY_ADD("http_version", m_httpVersion);
1603
LOGFY_ADD("uri", this->m_uri);
1604
1605
if (parts & audit_log::AuditLog::CAuditLogPart) {
0 commit comments