From 7ab192e90fd64529812be1faf24ccde211571008 Mon Sep 17 00:00:00 2001 From: Felipe Zimmerle Date: Thu, 23 Feb 2017 22:50:45 -0300 Subject: [PATCH] Using method instead of procol in the audit logs. Issue #1331 --- src/transaction.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/transaction.cc b/src/transaction.cc index fc7d18e6..f03a97f7 100644 --- a/src/transaction.cc +++ b/src/transaction.cc @@ -1503,7 +1503,7 @@ std::string Transaction::toJSON(int parts) { strlen("request")); yajl_gen_map_open(g); - LOGFY_ADD("protocol", + LOGFY_ADD("method", utils::string::dash_if_empty( m_variableRequestMethod.evaluate()).c_str());