From 8758df6c290525eb2246977d84816d171e95309b Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Fri, 14 Nov 2014 10:55:39 +0100 Subject: html: Print log messages when starting the layout stages. --- source/html/handler.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/html/handler.c') diff --git a/source/html/handler.c b/source/html/handler.c index 0c7463cb..6b19304b 100644 --- a/source/html/handler.c +++ b/source/html/handler.c @@ -60,6 +60,8 @@ html_open_document_with_stream(fz_context *ctx, fz_stream *file) buf = fz_read_all(file, 0); fz_write_buffer_byte(ctx, buf, 0); + +printf("html: parsing XHTML.\n"); xml = fz_parse_xml(ctx, buf->data, buf->len, 1); fz_drop_buffer(ctx, buf); -- cgit v1.2.3