Commit 50f2bc29 authored by Franck Messaoudi's avatar Franck Messaoudi

Update: update logging for sdf matching

parent cbc2eaa0
......@@ -145,8 +145,9 @@ std::optional<struct sdf_filtr> SdfFilterParser::ParseSdfFilter(
if (!std::regex_match(flowDescription, match, re)) {
Logger::upf_app().error(
"SDF Filter: bad formatting. Should be compatible with regex: %s",
flowRegexStr);
"SDF Filter: bad formatting. flow description {{ %s }} must follow "
"regex: {{ %s }}",
flowDescription, flowRegexStr);
// throw std::runtime_error("SDF Filter: bad formatting");
return std::nullopt;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment