Commit 8880e2a3 authored by Geoff Simmons's avatar Geoff Simmons

DEBUG also determines printf() statements during ESIDATA interpretation.

parent d081990f
......@@ -1186,7 +1186,7 @@ vped_include(struct req *preq, const char *src, const char *host,
/*--------------------------------------------------------------------*/
#ifndef NODEBUG
#ifdef DEBUG
#include <stdio.h>
#define Debug(fmt, ...) printf(fmt, __VA_ARGS__)
#else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment