Skip to content

Commit c8800bf

Browse files
committed
xml/import: fix the warning when loading future XML with unrecognized tags
Signed-off-by: Brice Goglin <[email protected]>
1 parent 1991052 commit c8800bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hwloc/topology-xml.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1761,7 +1761,7 @@ hwloc_look_xml(struct hwloc_backend *backend, struct hwloc_disc_status *dstatus)
17611761
goto failed;
17621762
} else {
17631763
if (hwloc__xml_verbose())
1764-
fprintf(stderr, "%s: ignoring unknown tag `%s' after root object, expected `distances2'\n",
1764+
fprintf(stderr, "%s: ignoring unknown tag `%s' after root object.\n",
17651765
data->msgprefix, tag);
17661766
goto done;
17671767
}

0 commit comments

Comments
 (0)