diff options
Diffstat (limited to 'src/block-parser.c')
| -rw-r--r-- | src/block-parser.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/block-parser.c b/src/block-parser.c index d5f1f24..57eae8c 100644 --- a/src/block-parser.c +++ b/src/block-parser.c @@ -237,7 +237,7 @@ block_parser_read_and_parse (BlockParser *parser, FILE *stream) if (strcmp (s, token) == 0) { data = g_hash_table_lookup (parser->table, (char *) l->data); if (data == NULL || data != g_queue_peek_head (parser->active_tree)) { - fprintf (stderr, "block_parser_read_and_parse: something is wrong with the parser table: expected '%s'\n", (char *) l->data); + log_error ("block_parser_read_and_parse: something is wrong with the parser table: expected '%s'\n", (char *) l->data); } else { |
