david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

[crypto] Fix debug message

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown 2014-07-12 14:24:40 +01:00
parent 8484e97f7c
commit 50e48d5b19
1 changed files with 1 additions and 1 deletions

View 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 );
}