diff --git a/src/packet_analysis/Config.cc b/src/packet_analysis/Config.cc index bfb41d2540..4fd644b35d 100644 --- a/src/packet_analysis/Config.cc +++ b/src/packet_analysis/Config.cc @@ -20,7 +20,7 @@ const std::map& DispatcherConfig::GetMappings() const } void DispatcherConfig::AddMapping(identifier_t identifier, - const std::string& analyzer_name) + const std::string& analyzer_name) { DBG_LOG(DBG_PACKET_ANALYSIS, "Adding configuration mapping: %s -> %#x -> %s", name.c_str(), identifier, analyzer_name.c_str()); @@ -72,7 +72,7 @@ DispatcherConfig& Config::AddDispatcherConfig(const std::string& name) } void Config::AddMapping(const std::string& name, identifier_t identifier, - const std::string& analyzer_name) + const std::string& analyzer_name) { // Create dispatcher config if it does not exist yet std::optional> dispatch_config =