Skip to content

Commit 45cec87

Browse files
committed
print header.fields.vsec_id
Change-Id: If42e98ece6db8f4cf0f3913715b31bcf34907224
1 parent ba1298b commit 45cec87

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/pci.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -269,8 +269,7 @@ void processDVSEC(MatchFunc matchFunc, ProcessFunc processFunc)
269269
{
270270
return;
271271
}
272-
DBG(2, "offset 0x" , std::hex , offset , " header.fields.cap_id: 0x" , header.fields.cap_id , std::dec );
273-
DBG(2, ".. found entryID: 0x" , std::hex , header.fields.entryID , std::dec);
272+
DBG(2, "offset 0x" , std::hex , offset , " cap_id: 0x" , header.fields.cap_id , " vsec_id: 0x", header.fields.vsec_id, " entryID: 0x" , std::hex , header.fields.entryID , std::dec);
274273
if (matchFunc(header))
275274
{
276275
DBG(2, ".... found match");

0 commit comments

Comments
 (0)