This is an automated email from the ASF dual-hosted git repository.

masaori pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/master by this push:
     new cd3ef0f50a [cache_range_requests] Cleanup debug log (#12041)
cd3ef0f50a is described below

commit cd3ef0f50a853fb00513f187a62c2c17494f77d2
Author: Masaori Koshiba <[email protected]>
AuthorDate: Wed Feb 19 09:29:21 2025 +0900

    [cache_range_requests] Cleanup debug log (#12041)
---
 plugins/cache_range_requests/cache_range_requests.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugins/cache_range_requests/cache_range_requests.cc 
b/plugins/cache_range_requests/cache_range_requests.cc
index 37e81753f5..9ba9417fb8 100644
--- a/plugins/cache_range_requests/cache_range_requests.cc
+++ b/plugins/cache_range_requests/cache_range_requests.cc
@@ -38,7 +38,7 @@
 #include <string_view>
 
 #define PLUGIN_NAME         "cache_range_requests"
-#define DEBUG_LOG(fmt, ...) Dbg(dbg_ctl, "[%s:%d] %s(): " fmt, __FILE__, 
__LINE__, __func__, ##__VA_ARGS__)
+#define DEBUG_LOG(fmt, ...) Dbg(dbg_ctl, fmt, ##__VA_ARGS__)
 #define ERROR_LOG(fmt, ...) TSError("[%s:%d] %s(): " fmt, __FILE__, __LINE__, 
__func__, ##__VA_ARGS__)
 
 namespace

Reply via email to