diff options
-rw-r--r-- | src/src/expand.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/src/expand.c b/src/src/expand.c index fd55436a2..0da210569 100644 --- 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; } |