Github user maskit commented on a diff in the pull request:

    https://github.com/apache/trafficserver/pull/1601#discussion_r107577489
  
    --- Diff: example/protocol/Protocol.c ---
    @@ -122,33 +122,29 @@ TSPluginInit(int argc, const char *argv[])
       server_port = 4666;
     
       if (argc < 3) {
    -    TSDebug("protocol", "Usage: protocol.so accept_port server_port");
    +    TSDebug(PLUGIN_NAME, "Usage: protocol.so accept_port server_port");
         printf("[protocol_plugin] Usage: protocol.so accept_port 
server_port\n");
    --- End diff --
    
    Should we keep these two?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to