]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
[x509] Correct debug message
authorMichael Brown <mcb30@ipxe.org>
Fri, 19 Dec 2025 13:54:15 +0000 (13:54 +0000)
committerMichael Brown <mcb30@ipxe.org>
Fri, 19 Dec 2025 13:54:24 +0000 (13:54 +0000)
Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/crypto/x509.c

index 5d39a1dd8221bfb2187bda11704ff201fb14afbe..1206e4023593dca67a96da5544dbb57fa7ceb7df 100644 (file)
@@ -232,7 +232,7 @@ static int x509_parse_serial ( struct x509_certificate *cert,
                       cert, strerror ( 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 );
 
        return 0;