Skip to content

Commit 8da4984

Browse files
committed
Fix typo on the audit logs.
It is not _serverity_. Renamed to severity. Details on issue: #1114
1 parent 85d8b8e commit 8da4984

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/transaction.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1553,7 +1553,7 @@ std::string Transaction::toJSON(int parts) {
15531553
LOGFY_ADD("file", a->m_ruleFile.c_str());
15541554
LOGFY_ADD("lineNumber", std::to_string(a->m_ruleLine).c_str());
15551555
LOGFY_ADD("data", a->m_data.c_str());
1556-
LOGFY_ADD("serverity", std::to_string(a->m_severity).c_str());
1556+
LOGFY_ADD("severity", std::to_string(a->m_severity).c_str());
15571557
LOGFY_ADD("ver", a->m_ver.c_str());
15581558
LOGFY_ADD("rev", a->m_rev.c_str());
15591559

0 commit comments

Comments
 (0)