]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
[crypto] Fix debug message
authorMichael Brown <mcb30@ipxe.org>
Sat, 12 Jul 2014 13:24:40 +0000 (14:24 +0100)
committerMichael Brown <mcb30@ipxe.org>
Sat, 12 Jul 2014 13:24:40 +0000 (14:24 +0100)
Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/crypto/x509.c

index eeaf74bc2cfbf4939ecfa58c71ca9a2c29237aca..4a02dad144f0f855e8423b6a7a9dcf446e5bf87d 100644 (file)
@@ -459,7 +459,7 @@ static int x509_parse_basic_constraints ( struct x509_certificate *cert,
                        return -EINVAL;
                }
                basic->path_len = path_len;
-               DBGC2 ( cert, "X509 %p path length constraint is %u\n",
+               DBGC2 ( cert, "X509 %p path length constraint is %d\n",
                        cert, basic->path_len );
        }