From 145d6dfc6c0f5b7e64ae1c01a01cd90667a4954a Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Sat, 29 Oct 2022 19:17:53 +0100 Subject: layout: minmax table: Change logging level to error --- content/handlers/html/layout.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content') diff --git a/content/handlers/html/layout.c b/content/handlers/html/layout.c index 9fe93a7ea..f632bdc85 100644 --- a/content/handlers/html/layout.c +++ b/content/handlers/html/layout.c @@ -283,7 +283,7 @@ static void layout_minmax_table(struct box *table, return; if (table_calculate_column_types(&content->unit_len_ctx, table) == false) { - NSLOG(netsurf, WARNING, + NSLOG(netsurf, ERROR, "Could not establish table column types."); return; } -- cgit v1.2.3