[x509] Correct debug message

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown
2025-12-19 13:54:15 +00:00
parent 4e3cbeef83
commit aa247f6e38

View File

@@ -232,7 +232,7 @@ static int x509_parse_serial ( struct x509_certificate *cert,
cert, strerror ( rc ) ); cert, strerror ( rc ) );
return rc; return rc;
} }
DBGC2 ( cert, "X509 %p issuer is:\n", cert ); DBGC2 ( cert, "X509 %p serial is:\n", cert );
DBGC2_HDA ( cert, 0, serial->raw.data, serial->raw.len ); DBGC2_HDA ( cert, 0, serial->raw.data, serial->raw.len );
return 0; return 0;