mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 19:47:47 +03:00
Moves static methods from class String to the namespace string
This commit is contained in:
@@ -48,7 +48,7 @@ std::string RuleMessage::errorLog(Transaction *trans) {
|
||||
msg.append(" [uri \"" + std::string(trans->m_uri) + "\"]");
|
||||
msg.append(" [unique_id \"" + trans->m_id + "\"]");
|
||||
|
||||
return modsecurity::utils::String::toHexIfNeeded(msg);
|
||||
return modsecurity::utils::string::toHexIfNeeded(msg);
|
||||
}
|
||||
|
||||
} // namespace modsecurity
|
||||
|
Reference in New Issue
Block a user