Replaces getKeyWithCollection with getName on VariableValue

This commit is contained in:
Felipe Zimmerle
2020-08-25 12:52:04 -03:00
committed by Felipe Zimmerle
parent ae74d37f96
commit 1eedf3e898
7 changed files with 21 additions and 20 deletions

View File

@@ -87,7 +87,7 @@ std::string Operator::resolveMatchMessage(Transaction *t,
std::string ret = m_match_message;
if (ret.empty() == true) {
const std::string &key = v->getKeyWithCollection();
const std::string &key = v->getName();
const std::string &value = v->getValue();
if (m_couldContainsMacro == false) {
ret = "Matched \"Operator `" + m_op + "' with parameter `" +