Copilot commented on code in PR #12557:
URL: https://github.com/apache/trafficserver/pull/12557#discussion_r2421980948


##########
plugins/header_rewrite/header_rewrite.cc:
##########
@@ -275,6 +274,8 @@ RulesConfig::parse_config(const std::string &fname, 
TSHttpHookID default_hook, c
       rule = std::make_unique<RuleSet>();
       rule->set_hook(hook);
       group = rule->get_group(); // This the implicit rule group to begin with
+      Dbg(pi_dbg_ctl, "New RuleSet in %%{%s} at %s:%d",

Review Comment:
   Double percent sign should be single percent sign in debug format string.
   ```suggestion
         Dbg(pi_dbg_ctl, "New RuleSet in %{%s} at %s:%d",
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to