From 2d569b4a56a320205b6bff815a0225ec296c70c7 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Sun, 15 Mar 2020 10:50:29 +0100 Subject: text: Add actual text to debugging output --- lulua/text.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lulua') 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 -- cgit v1.2.3