diff options
| author | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2009-04-11 15:43:15 +0200 |
|---|---|---|
| committer | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2009-04-11 15:43:15 +0200 |
| commit | 9c2c964727e4a484acf7f97267a3cf1c8fbacd89 (patch) | |
| tree | 261f5ffe6954aaecb2f7ad29edfa459ae0971148 /src/block-parser.c | |
| parent | 6a54c7817bb71fde9234e7b89e87f1f349920ea1 (diff) | |
| download | cataract-9c2c964727e4a484acf7f97267a3cf1c8fbacd89.tar.xz | |
Print statistics in verbose mode
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 { |
