Using method instead of procol in the audit logs.

Issue #1331
This commit is contained in:
Felipe Zimmerle 2017-02-23 22:50:45 -03:00 committed by Felipe Zimmerle
parent fcad290152
commit 7ab192e90f
No known key found for this signature in database
GPG Key ID: E6DFB08CE8B11277

View File

@ -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());