summaryrefslogtreecommitdiff
path: root/src/parser
diff options
context:
space:
mode:
authorQuinn Stephens <quinn@osmora.org>2025-06-08 09:55:44 -0400
committerQuinn Stephens <quinn@osmora.org>2025-06-08 09:55:44 -0400
commit7ea671c8417f7abfffd7276348a93a7eb2665aaa (patch)
tree5b10550d58a9d30c96378b2a6f1ecccc0db54d94 /src/parser
parentc9097ef44a6a7d5a37b7910b44e4b9c321415231 (diff)
Fix log messages
Signed-off-by: Quinn Stephens <quinn@osmora.org>
Diffstat (limited to 'src/parser')
-rw-r--r--src/parser/parser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parser/parser.c b/src/parser/parser.c
index 041422e..039bfa6 100644
--- a/src/parser/parser.c
+++ b/src/parser/parser.c
@@ -81,7 +81,7 @@ parser_parse(struct lexer *lexer)
struct token tok;
bool success;
- log_debug("Parsing...\n");
+ log_debug("parsing...\n");
if (!lexer_next(lexer, &tok)) {
log_error("failed to get first token\n");