layout: minmax table: Change logging level to error

This commit is contained in:
Michael Drake 2022-10-29 19:17:53 +01:00 committed by Michael Drake
parent 63412372b2
commit 145d6dfc6c

View File

@ -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;
}