summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_log.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nxt_log.h')
-rw-r--r--src/nxt_log.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/nxt_log.h b/src/nxt_log.h
index 14f07383..e1b69442 100644
--- a/src/nxt_log.h
+++ b/src/nxt_log.h
@@ -121,9 +121,13 @@ nxt_log_debug(_log, ...) \
} \
} while (0)
+
+#define nxt_debug_alloc(...)
+
#else
#define nxt_debug(...)
+#define nxt_debug_alloc(...)
#define \
nxt_log_debug(...)