Skip to content

Commit fed97f6

Browse files
committed
utils/calc.h: remove a obsolete verbose message
The object isn't always a PCI device here. Signed-off-by: Brice Goglin <[email protected]>
1 parent 4599ad6 commit fed97f6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

utils/hwloc/hwloc-calc.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -564,9 +564,6 @@ hwloc_calc_append_iodev_by_index(struct hwloc_calc_location_context_s *lcontext,
564564
continue;
565565

566566
/* ok, got one object */
567-
if (verbose > 0)
568-
printf("using matching PCI object #%d bus id %04x:%02x:%02x.%01x\n", i,
569-
obj->attr->pcidev.domain, obj->attr->pcidev.bus, obj->attr->pcidev.dev, obj->attr->pcidev.func);
570567
hwloc_calc_append_iodev(lcontext, cbfunc, cbdata, obj);
571568

572569
if (!prev)

0 commit comments

Comments
 (0)