zwoop commented on PR #11871:
URL: https://github.com/apache/trafficserver/pull/11871#issuecomment-2479427294

   Nice! The  PR uses the old Debug() statements, which needs to be changed to 
the new Dbg / Ctl features:
   
   ```
   ../src/iocore/net/Server.cc:247:3: error: use of undeclared identifier 
'Debug'
     Debug("numa", "[Server::listen] Attempting to create socket with family: 
%d, type: %d, protocol: %d", addr.sa.sa_family,
     ^
   ../src/iocore/net/Server.cc:256:3: error: use of undeclared identifier 
'Debug'
     Debug("numa", "[Server::listen] Attempting to set up fd for listen with 
non_blocking: %d, options: %d", non_blocking, opt);
     ^
   ```
   


-- 
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: github-unsubscr...@trafficserver.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to