about summary refs log tree commit diff
path: root/boot/catboot.c
diff options
context:
space:
mode:
Diffstat (limited to 'boot/catboot.c')
-rw-r--r--boot/catboot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/catboot.c b/boot/catboot.c
index ed5831e..155c3c5 100644
--- a/boot/catboot.c
+++ b/boot/catboot.c
@@ -87,7 +87,7 @@ debug_lex_pass(struct String source)
     struct Token token;
     do {
         token = lexer_next(&lexer);
-        token_print(&token);
+        token_debug_print(&token);
         printf(" ");
     } while (token.kind != TOKEN_END_OF_FILE);