summaryrefslogtreecommitdiff
path: root/lulua/text.py
diff options
context:
space:
mode:
Diffstat (limited to 'lulua/text.py')
-rw-r--r--lulua/text.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/lulua/text.py b/lulua/text.py
index f988c2a..41be637 100644
--- a/lulua/text.py
+++ b/lulua/text.py
@@ -265,6 +265,8 @@ def writeWorker (layout, sourceFunc, inq, outq):
# only one character
text = mapChars (text, charMap).replace ('\r\n', '\n')
+ logging.debug (text)
+
# init a new writer for every item
w = Writer (layout)
# stats