aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/fw/pciinit.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/fw/pciinit.c b/src/fw/pciinit.c
index d2cea2b..62a32f1 100644
--- a/src/fw/pciinit.c
+++ b/src/fw/pciinit.c
@@ -541,10 +541,12 @@ static u8 pci_find_resource_reserve_capability(u16 bdf)
cap_len);
return 0;
}
+ } else {
+ dprintf(1, "PCI: QEMU resource reserve cap not found\n");
}
return cap;
} else {
- dprintf(1, "PCI: QEMU resource reserve cap not found\n");
+ dprintf(1, "PCI: QEMU resource reserve cap VID or DID doesn't match.\n");
return 0;
}
}