diff options
author | Lars-Dominik Braun <lars@6xq.net> | 2020-03-15 10:50:29 +0100 |
---|---|---|
committer | Lars-Dominik Braun <lars@6xq.net> | 2020-03-15 10:50:29 +0100 |
commit | 2d569b4a56a320205b6bff815a0225ec296c70c7 (patch) | |
tree | 2851d6775842c22942d4dcf0e99346691430ad97 | |
parent | 7d1cea9ca5cfbe4a995b5c638cf1cc61c3d9432f (diff) | |
download | lulua-2d569b4a56a320205b6bff815a0225ec296c70c7.tar.gz lulua-2d569b4a56a320205b6bff815a0225ec296c70c7.tar.bz2 lulua-2d569b4a56a320205b6bff815a0225ec296c70c7.zip |
text: Add actual text to debugging output
-rw-r--r-- | lulua/text.py | 2 |
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 |