summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/luatexdir/tex/inputstack.c
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c/luatexdir/tex/inputstack.c')
-rw-r--r--Build/source/texk/web2c/luatexdir/tex/inputstack.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/luatexdir/tex/inputstack.c b/Build/source/texk/web2c/luatexdir/tex/inputstack.c
index ad67ac24820..6b0e1a055eb 100644
--- a/Build/source/texk/web2c/luatexdir/tex/inputstack.c
+++ b/Build/source/texk/web2c/luatexdir/tex/inputstack.c
@@ -525,7 +525,8 @@ void begin_token_list(halfword p, quarterword t)
iloc = token_link(p);
if (tracing_macros_par > 1) {
begin_diagnostic();
- tprint_nl("");
+ // tprint_nl("");
+ print_input_level();
if (t == mark_text)
tprint_esc("mark");
else if (t == write_text)