diff options
Diffstat (limited to 'src/core/ngx_log.h')
-rw-r--r-- | src/core/ngx_log.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/ngx_log.h b/src/core/ngx_log.h index 5952b5243..df0d52517 100644 --- a/src/core/ngx_log.h +++ b/src/core/ngx_log.h @@ -130,6 +130,7 @@ void ngx_cdecl ngx_log_debug_core(ngx_log_t *log, ngx_err_t err, #define ngx_log_debug7 ngx_log_debug #define ngx_log_debug8 ngx_log_debug + #else /* NO VARIADIC MACROS */ #define ngx_log_debug0(level, log, err, fmt) \ |