From: Felix Fietkau Date: Mon, 28 Jan 2008 01:55:09 +0000 (+0100) Subject: fix assertion debugging X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fuci.git;a=commitdiff_plain;h=63bc3390aa42f1177da9fb0a71415f31899ae680 fix assertion debugging --- diff --git a/err.h b/err.h index 9dd5a59..2e1e606 100644 --- a/err.h +++ b/err.h @@ -16,7 +16,7 @@ * functions for debug and error handling, for internal use only */ -#ifdef DEBUG +#ifdef UCI_DEBUG #define DPRINTF(...) fprintf(stderr, __VA_ARGS__) #else #define DPRINTF(...)