ywkaras commented on code in PR #9657: URL: https://github.com/apache/trafficserver/pull/9657#discussion_r1181737706
########## iocore/cache/P_CacheInternal.h: ########## @@ -49,9 +49,9 @@ struct EvacuationBlock; #endif #ifdef DEBUG -#define DDebug(tag, fmt, ...) Debug(tag, fmt, ##__VA_ARGS__) +#define DDbg(dbg_ctl, fmt, ...) Dbg(dbg_ctl, fmt, ##__VA_ARGS__) Review Comment: Perhaps, but these PRs are big enough without mission creep. -- 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]
