fix assertion debugging
authorFelix Fietkau <nbd@openwrt.org>
Mon, 28 Jan 2008 01:55:09 +0000 (02:55 +0100)
committerFelix Fietkau <nbd@openwrt.org>
Mon, 28 Jan 2008 01:55:09 +0000 (02:55 +0100)
err.h

diff --git a/err.h b/err.h
index 9dd5a59ff083ee0570c518940549f2f90aad2247..2e1e606e7040be3fd97bc9c58d273a117fa91c79 100644 (file)
--- 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(...)