projects
/
exim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
10c5070
)
Expansions: more debug verbosity in expansion conditions
author
Jeremy Harris
<jgh146exb@wizmail.org>
Sun, 14 Aug 2016 20:00:46 +0000
(21:00 +0100)
committer
Jeremy Harris
<jgh146exb@wizmail.org>
Sat, 20 Aug 2016 15:41:51 +0000
(16:41 +0100)
src/src/expand.c
patch
|
blob
|
blame
|
history
diff --git
a/src/src/expand.c
b/src/src/expand.c
index fd55436a24a925df20ccdad83dab403e1b720247..0da2105692922ba19f03d4c388f6a5354cadbfa9 100644
(file)
--- a/
src/src/expand.c
+++ b/
src/src/expand.c
@@
-3050,6
+3050,8
@@
switch(cond_type)
"value \"%s\"", t);
return NULL;
}
+ DEBUG(D_expand) debug_printf("%s: condition evaluated to %s\n", ourname,
+ boolvalue? "true":"false");
if (yield != NULL) *yield = (boolvalue == testfor);
return s;
}