projects
/
project
/
uci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e6279f8
)
fix assertion debugging
author
Felix Fietkau
<nbd@openwrt.org>
Mon, 28 Jan 2008 01:55:09 +0000
(
02:55
+0100)
committer
Felix Fietkau
<nbd@openwrt.org>
Mon, 28 Jan 2008 01:55:09 +0000
(
02:55
+0100)
err.h
patch
|
blob
|
history
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(...)