summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Fietkau2008-01-28 01:55:09 +0000
committerFelix Fietkau2008-01-28 01:55:09 +0000
commit63bc3390aa42f1177da9fb0a71415f31899ae680 (patch)
treee07cdfa1744d8060e5458969f3cdd8e01f28b7e5
parente6279f87129e65c469a29d606a4b6afd7b7207b8 (diff)
downloaduci-63bc3390aa42f1177da9fb0a71415f31899ae680.tar.gz
fix assertion debugging
-rw-r--r--err.h2
1 files changed, 1 insertions, 1 deletions
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(...)