Skip to content

Commit 8f1f1b1

Browse files
committed
Log invalid conformance as an error
1 parent 142ba54 commit 8f1f1b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

matter/spec/table_info.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ func (ti *TableInfo) ReadConformance(row *asciidoc.TableRow, column matter.Table
212212
s = matter.StripTypeSuffixes(s)
213213
conf := conformance.ParseConformance(s)
214214
if conformance.IsGeneric(conf) {
215-
slog.Warn("failed parsing conformance cell", slog.String("value", s))
215+
slog.Error("failed parsing conformance cell", slog.String("value", s))
216216
}
217217
return conf
218218
}

0 commit comments

Comments
 (0)