summaryrefslogtreecommitdiff
path: root/src/expand/stringify.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/expand/stringify.cpp')
-rw-r--r--src/expand/stringify.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/expand/stringify.cpp b/src/expand/stringify.cpp
index 06c65c02..b85c23c6 100644
--- a/src/expand/stringify.cpp
+++ b/src/expand/stringify.cpp
@@ -22,6 +22,7 @@ class CExpander:
{
if(!rv.empty())
rv += " ";
+ DEBUG(" += " << tok);
rv += tok.to_str();
}